public class SchematicBlockManager
extends java.lang.Object
Constructor and Description |
---|
SchematicBlockManager() |
Modifier and Type | Method and Description |
---|---|
static <S extends ISchematicBlock> |
createCleanCopy(S schematicBlock) |
static ISchematicBlock |
getSchematicBlock(SchematicBlockContext context) |
static ISchematicBlock |
readFromNBT(net.minecraft.nbt.NBTTagCompound schematicBlockTag) |
static <S extends ISchematicBlock> |
writeToNBT(S schematicBlock) |
public static ISchematicBlock getSchematicBlock(SchematicBlockContext context)
public static <S extends ISchematicBlock> S createCleanCopy(S schematicBlock)
@Nonnull public static <S extends ISchematicBlock> net.minecraft.nbt.NBTTagCompound writeToNBT(S schematicBlock)
@Nonnull public static ISchematicBlock readFromNBT(net.minecraft.nbt.NBTTagCompound schematicBlockTag) throws InvalidInputDataException
InvalidInputDataException