net.minecraftforge.event.entity.living
Class LivingSpecialSpawnEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.entity.EntityEvent
          extended by net.minecraftforge.event.entity.living.LivingEvent
              extended by net.minecraftforge.event.entity.living.LivingSpecialSpawnEvent

public class LivingSpecialSpawnEvent
extends LivingEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
 
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.EntityEvent
EntityEvent.CanUpdate
 
Field Summary
 World world
           
 float x
           
 float y
           
 float z
           
 
Fields inherited from class net.minecraftforge.event.entity.living.LivingEvent
entityLiving
 
Fields inherited from class net.minecraftforge.event.entity.EntityEvent
entity
 
Constructor Summary
LivingSpecialSpawnEvent(EntityLiving entity, World world, float x, float y, float z)
           
 
Method Summary
 boolean isHandeled()
           
 void setHandeled()
           
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, isCancelable, isCanceled, setCanceled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

world

public final World world

x

public final float x

y

public final float y

z

public final float z
Constructor Detail

LivingSpecialSpawnEvent

public LivingSpecialSpawnEvent(EntityLiving entity,
                               World world,
                               float x,
                               float y,
                               float z)
Method Detail

setHandeled

public void setHandeled()

isHandeled

public boolean isHandeled()