public class MCEntityLivingUpdateEvent
extends java.lang.Object
implements crafttweaker.api.event.EntityLivingUpdateEvent
| Constructor and Description |
|---|
MCEntityLivingUpdateEvent(net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.entity.IEntityLivingBase |
getEntityLivingBase() |
boolean |
isCanceled() |
void |
setCanceled(boolean canceled) |
public MCEntityLivingUpdateEvent(net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent event)
public boolean isCanceled()
isCanceled in interface crafttweaker.api.event.IEventCancelablepublic void setCanceled(boolean canceled)
setCanceled in interface crafttweaker.api.event.IEventCancelablepublic crafttweaker.api.entity.IEntityLivingBase getEntityLivingBase()
getEntityLivingBase in interface crafttweaker.api.event.ILivingEvent