public class EntityAISkeletonRiders extends EntityAIBase
| Constructor and Description |
|---|
EntityAISkeletonRiders(EntitySkeletonHorse horseIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution.
|
void |
updateTask()
Keep ticking a continuous task that has already been started
|
getMutexBits, isInterruptible, resetTask, setMutexBits, shouldContinueExecuting, startExecutingpublic EntityAISkeletonRiders(EntitySkeletonHorse horseIn)
public boolean shouldExecute()
shouldExecute in class EntityAIBasepublic void updateTask()
updateTask in class EntityAIBase