Package btw.entity.mob.behavior
Class SittingWolfHowlBehavior
java.lang.Object
net.minecraft.src.EntityAIBase
btw.entity.mob.behavior.WolfHowlBehavior
btw.entity.mob.behavior.SittingWolfHowlBehavior
-
Field Summary
Fields inherited from class btw.entity.mob.behavior.WolfHowlBehavior
associatedWolf, CHANCE_OF_HOWLING, CHANCE_OF_HOWLING_DURING_FULL_MOON, CHANCE_OF_HOWLING_WHEN_OTHERS_HOWL, HEAR_HOWL_DISTANCE, HEAR_HOWL_DISTANCE_SQ, HEARD_HOWL_DURATION, HOWL_DURATION, howlCounter, howlingGroupInitiator, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the EntityAIBase should begin execution.Methods inherited from class btw.entity.mob.behavior.WolfHowlBehavior
continueExecuting, resetTask, startExecuting, updateTaskMethods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits
-
Constructor Details
-
SittingWolfHowlBehavior
-
-
Method Details
-
shouldExecute
public boolean shouldExecute()Description copied from class:EntityAIBaseReturns whether the EntityAIBase should begin execution.- Overrides:
shouldExecutein classWolfHowlBehavior
-