public class EntityList
extends java.lang.Object
Constructor and Description |
---|
EntityList() |
Modifier and Type | Method and Description |
---|---|
static Entity |
createEntity(int i,
World world) |
static Entity |
createEntityFromNBT(NBTTagCompound nbttagcompound,
World world) |
static Entity |
createEntityInWorld(java.lang.String s,
World world) |
static int |
getEntityID(Entity entity) |
static java.lang.String |
getEntityString(Entity entity) |
public static Entity createEntityFromNBT(NBTTagCompound nbttagcompound, World world)
public static int getEntityID(Entity entity)
public static java.lang.String getEntityString(Entity entity)