Living Spawn Event
To use this event use the following import:
groovy
import net.minecraftforge.event.entity.living.LivingSpawnEvent
Sub-Classes
This event extends the following events and can use all their methods and fields:
LivingEvent, EntityEvent
Methods
groovy
float getY()
groovy
float getX()
groovy
float getZ()
groovy
net.minecraft.world.World getWorld()