@Deprecated public interface MobAIHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
doTickAI(Object entity)
Deprecated.
The method that will be called just before a non-player minecraft entity
Try to do things that normally happen if the entity has a AI
|
boolean |
insertPathFinderGoal(Object entity,
Object pathfinderGoal)
Deprecated.
The method that will be called just before a non-player minecraft entity
Try to add a path finder goal
|
boolean doTickAI(Object entity)
entity - The Entity objectboolean insertPathFinderGoal(Object entity, Object pathfinderGoal)
entity - The Entity objectpathfinderGoal - The PathfinderGoal objectCopyright © 2022. All rights reserved.