Class EntityAISit

java.lang.Object
net.minecraft.src.EntityAIBase
net.minecraft.src.EntityAISit

public class EntityAISit extends EntityAIBase
  • Constructor Details

  • Method Details

    • shouldExecute

      public boolean shouldExecute()
      Returns whether the EntityAIBase should begin execution.
      Specified by:
      shouldExecute in class EntityAIBase
    • startExecuting

      public void startExecuting()
      Execute a one shot task or start executing a continuous task
      Overrides:
      startExecuting in class EntityAIBase
    • resetTask

      public void resetTask()
      Resets the task
      Overrides:
      resetTask in class EntityAIBase
    • setSitting

      public void setSitting(boolean par1)
      Sets the sitting flag.
    • isTryingToSit

      public boolean isTryingToSit()