public class SchematicEntityManager
extends java.lang.Object
Constructor and Description |
---|
SchematicEntityManager() |
Modifier and Type | Method and Description |
---|---|
static <S extends ISchematicEntity> |
createCleanCopy(S schematicBlock) |
static ISchematicEntity |
getSchematicEntity(SchematicEntityContext context) |
static ISchematicEntity |
readFromNBT(net.minecraft.nbt.NBTTagCompound schematicEntityTag) |
static <S extends ISchematicEntity> |
writeToNBT(S schematicEntity) |
public static ISchematicEntity getSchematicEntity(SchematicEntityContext context)
public static <S extends ISchematicEntity> S createCleanCopy(S schematicBlock)
@Nonnull public static <S extends ISchematicEntity> net.minecraft.nbt.NBTTagCompound writeToNBT(S schematicEntity)
@Nonnull public static ISchematicEntity readFromNBT(net.minecraft.nbt.NBTTagCompound schematicEntityTag) throws InvalidInputDataException
InvalidInputDataException