Package btw.entity.mob.behavior
Class ZombieBreakBarricadeBehaviorHostile
java.lang.Object
net.minecraft.src.EntityAIBase
btw.entity.mob.behavior.ZombieBreakBarricadeBehavior
btw.entity.mob.behavior.ZombieBreakBarricadeBehaviorHostile
-
Field Summary
Fields inherited from class btw.entity.mob.behavior.ZombieBreakBarricadeBehavior
associatedEntity, breakingTime, doorPosX, doorPosY, doorPosZ, field_75358_j, targetBlock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether an in-progress EntityAIBase should continue executingbooleanReturns whether the EntityAIBase should begin execution.voidUpdates the taskMethods inherited from class btw.entity.mob.behavior.ZombieBreakBarricadeBehavior
resetTask, shouldBreakBarricadeAtPos, startExecutingMethods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits
-
Constructor Details
-
ZombieBreakBarricadeBehaviorHostile
-
-
Method Details
-
shouldExecute
public boolean shouldExecute()Description copied from class:EntityAIBaseReturns whether the EntityAIBase should begin execution.- Overrides:
shouldExecutein classZombieBreakBarricadeBehavior
-
continueExecuting
public boolean continueExecuting()Description copied from class:EntityAIBaseReturns whether an in-progress EntityAIBase should continue executing- Overrides:
continueExecutingin classZombieBreakBarricadeBehavior
-
updateTask
public void updateTask()Description copied from class:EntityAIBaseUpdates the task- Overrides:
updateTaskin classZombieBreakBarricadeBehavior
-