public class MCEntityJoinWorldEvent
extends java.lang.Object
implements crafttweaker.api.event.EntityJoinWorldEvent
| Constructor and Description |
|---|
MCEntityJoinWorldEvent(net.minecraftforge.event.entity.EntityJoinWorldEvent event) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.entity.IEntity |
getEntity() |
crafttweaker.api.world.IWorld |
getWorld() |
boolean |
isCanceled() |
void |
setCanceled(boolean canceled) |
public MCEntityJoinWorldEvent(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
public crafttweaker.api.entity.IEntity getEntity()
getEntity in interface crafttweaker.api.event.IEntityEventpublic boolean isCanceled()
isCanceled in interface crafttweaker.api.event.IEventCancelablepublic void setCanceled(boolean canceled)
setCanceled in interface crafttweaker.api.event.IEventCancelablepublic crafttweaker.api.world.IWorld getWorld()
getWorld in interface crafttweaker.api.event.IWorldEvent