Interface CamelBehavior
- All Superinterfaces:
CreatureBehavior
,EntityBehavior
,Updatable
Represents Entity Behaviors for a Camel
-
Method Summary
Methods inherited from interface me.gamercoder215.mobchip.ai.behavior.CreatureBehavior
followTemptation, followTemptation, followTemptation, panic, panic, tryFindWater, tryFindWater
Methods inherited from interface me.gamercoder215.mobchip.ai.behavior.EntityBehavior
backupIfClose, backupIfClose, eraseIf, interactWithDoor, jumpOnBed, jumpOnBed, meleeAttack, meleeAttack, moveToWantedItem, moveToWantedItem, moveToWantedItem, passiveIf, reactToBell, ringBell, sleep, socializeAtBell, wakeUp
Methods inherited from interface me.gamercoder215.mobchip.ai.schedule.Updatable
updateActivities
-
Method Details
-
sit
void sit(int minimalPoseTicks) Makes this Camel sit.This behavior does not require any memories.
- Parameters:
minimalPoseTicks
- The minimum amount of ticks this camel should sit for
-