YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.entity.ai.EntityAIEatGrass Class Reference
Inheritance diagram for net.minecraft.entity.ai.EntityAIEatGrass:
net.minecraft.entity.ai.EntityAIBase

Public Member Functions

 EntityAIEatGrass (EntityLiving par1EntityLiving)
 
boolean shouldExecute ()
 
void startExecuting ()
 
void resetTask ()
 
boolean continueExecuting ()
 
int getEatGrassTick ()
 
void updateTask ()
 
- Public Member Functions inherited from net.minecraft.entity.ai.EntityAIBase
boolean continueExecuting ()
 
boolean isInterruptible ()
 
void startExecuting ()
 
void resetTask ()
 
void updateTask ()
 
void setMutexBits (int par1)
 
int getMutexBits ()
 

Constructor & Destructor Documentation

net.minecraft.entity.ai.EntityAIEatGrass.EntityAIEatGrass ( EntityLiving  par1EntityLiving)

Member Function Documentation

boolean net.minecraft.entity.ai.EntityAIEatGrass.continueExecuting ( )

Returns whether an in-progress EntityAIBase should continue executing

int net.minecraft.entity.ai.EntityAIEatGrass.getEatGrassTick ( )
void net.minecraft.entity.ai.EntityAIEatGrass.resetTask ( )

Resets the task

boolean net.minecraft.entity.ai.EntityAIEatGrass.shouldExecute ( )
virtual

Returns whether the EntityAIBase should begin execution.

Implements net.minecraft.entity.ai.EntityAIBase.

void net.minecraft.entity.ai.EntityAIEatGrass.startExecuting ( )

Execute a one shot task or start executing a continuous task

void net.minecraft.entity.ai.EntityAIEatGrass.updateTask ( )

Updates the task


The documentation for this class was generated from the following file: