public class CreeperAiModule extends Object implements AiModule
| Constructor and Description |
|---|
CreeperAiModule() |
| Modifier and Type | Method and Description |
|---|---|
int |
think(LivingEntity entity)
Called each time an entity is given a chance to think
|
public CreeperAiModule()
public int think(LivingEntity entity)
AiModulethink in interface AiModuleentity - the handle that allows this handler to interact with the entityCopyright © 2016. All rights reserved.