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, shouldContinueExecuting
private final EntityShoulderRiding entity
private EntityPlayer owner
private boolean isSittingOnShoulder
public EntityAILandOnOwnersShoulder(EntityShoulderRiding p_i47415_1_)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean isInterruptible()
isInterruptible
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase