public static class Template.EntityInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BlockPos |
blockPos
None
|
NBTTagCompound |
entityData
the serialized NBT data of the entity in the structure
|
Vec3d |
pos
the position the entity is will be generated to
|
Constructor and Description |
---|
EntityInfo(Vec3d vecIn,
BlockPos posIn,
NBTTagCompound compoundIn) |
public final Vec3d pos
public final BlockPos blockPos
public final NBTTagCompound entityData
public EntityInfo(Vec3d vecIn, BlockPos posIn, NBTTagCompound compoundIn)