public class EntityAILandOnOwnersShoulder extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
private EntityShoulderRiding |
entity |
private boolean |
isSittingOnShoulder |
private EntityPlayer |
owner |
| Constructor and Description |
|---|
EntityAILandOnOwnersShoulder(EntityShoulderRiding p_i47415_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterruptible() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
getMutexBits, resetTask, setMutexBits, shouldContinueExecutingprivate final EntityShoulderRiding entity
private EntityPlayer owner
private boolean isSittingOnShoulder
public EntityAILandOnOwnersShoulder(EntityShoulderRiding p_i47415_1_)
public boolean shouldExecute()
shouldExecute in class EntityAIBasepublic boolean isInterruptible()
isInterruptible in class EntityAIBasepublic void startExecuting()
startExecuting in class EntityAIBasepublic void updateTask()
updateTask in class EntityAIBase