Class OstrichRunAroundLikeCrazy
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
net.frozenblock.wilderwild.entity.ai.ostrich.OstrichRunAroundLikeCrazy
- All Implemented Interfaces:
net.minecraft.world.entity.ai.behavior.BehaviorControl<Ostrich>
public class OstrichRunAroundLikeCrazy
extends net.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
net.minecraft.world.entity.ai.behavior.Behavior.Status -
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanStillUse(@NotNull net.minecraft.server.level.ServerLevel level, @NotNull Ostrich entity, long gameTime) booleancheckExtraStartConditions(@NotNull net.minecraft.server.level.ServerLevel level, @NotNull Ostrich owner) voidstart(@NotNull net.minecraft.server.level.ServerLevel level, @NotNull Ostrich entity, long gameTime) voidvoidMethods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, tickOrStop, timedOut, tryStart
-
Constructor Details
-
OstrichRunAroundLikeCrazy
public OstrichRunAroundLikeCrazy(float speedMultiplier)
-
-
Method Details
-
checkExtraStartConditions
public boolean checkExtraStartConditions(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull Ostrich owner) - Overrides:
checkExtraStartConditionsin classnet.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-
canStillUse
public boolean canStillUse(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull Ostrich entity, long gameTime) - Overrides:
canStillUsein classnet.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-
start
public void start(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull Ostrich entity, long gameTime) - Overrides:
startin classnet.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-
stop
public void stop(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull Ostrich entity, long gameTime) - Overrides:
stopin classnet.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-
tick
public void tick(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull Ostrich owner, long gameTime) - Overrides:
tickin classnet.minecraft.world.entity.ai.behavior.Behavior<Ostrich>
-