Interface AxolotlBehavior
- All Superinterfaces:
CreatureBehavior
,EntityBehavior
,Updatable
Represents Behavior for an Axolotl
-
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
-
playDead
Makes this Axolotl Play Dead.This behavior requires
EntityMemory.TICKS_PLAY_DEAD
andEntityMemory.LAST_HURT_ENTITY
to be present in the brain.- Returns:
- Result of Behavior
-