| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.LivingSpawnEvent
public class LivingSpawnEvent
| Nested Class Summary | |
|---|---|
static class | 
LivingSpawnEvent.CheckSpawn
Fires before mob spawn events.  | 
static class | 
LivingSpawnEvent.SpecialSpawn
 | 
| 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, EntityEvent.EnteringChunk | 
| Nested classes/interfaces inherited from class net.minecraftforge.event.Event | 
|---|
Event.HasResult, Event.Result | 
| 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 | |
|---|---|
LivingSpawnEvent(EntityLiving entity,
                                 World world,
                                 float x,
                                 float y,
                                 float z)
 | 
|
| Method Summary | 
|---|
| Methods inherited from class net.minecraftforge.event.Event | 
|---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public final World world
public final float x
public final float y
public final float z
| Constructor Detail | 
|---|
public LivingSpawnEvent(EntityLiving entity,
                        World world,
                        float x,
                        float y,
                        float z)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||