Package | Description |
---|---|
buildcraft.api.schematics | |
buildcraft.builders.item | |
buildcraft.builders.snapshot | |
buildcraft.transport.pipe |
Modifier and Type | Class and Description |
---|---|
class |
SchematicBlockFactory<S extends ISchematicBlock> |
Modifier and Type | Method and Description |
---|---|
static <S extends ISchematicBlock> |
SchematicBlockFactoryRegistry.getFactoryByInstance(S instance) |
static <S extends ISchematicBlock> |
SchematicBlockFactoryRegistry.registerFactory(java.lang.String name,
int priority,
java.util.List<net.minecraft.block.Block> blocks,
java.util.function.Supplier<S> supplier) |
static <S extends ISchematicBlock> |
SchematicBlockFactoryRegistry.registerFactory(java.lang.String name,
int priority,
java.util.function.Predicate<SchematicBlockContext> predicate,
java.util.function.Supplier<S> supplier) |
Modifier and Type | Method and Description |
---|---|
ISchematicBlock |
ISchematicBlock.getRotated(net.minecraft.util.Rotation rotation) |
Modifier and Type | Method and Description |
---|---|
static ISchematicBlock |
ItemSchematicSingle.getSchematic(net.minecraft.item.ItemStack stack) |
static ISchematicBlock |
ItemSchematicSingle.getSchematicSafe(net.minecraft.item.ItemStack stack) |
Modifier and Type | Class and Description |
---|---|
class |
SchematicBlockAir |
class |
SchematicBlockDefault |
class |
SchematicBlockFluid |
Modifier and Type | Field and Description |
---|---|
java.util.List<ISchematicBlock> |
Blueprint.palette |
java.util.List<ISchematicBlock> |
Blueprint.BuildingInfo.rotatedPalette |
Modifier and Type | Method and Description |
---|---|
static <S extends ISchematicBlock> |
SchematicBlockManager.createCleanCopy(S schematicBlock) |
static <S extends ISchematicBlock> |
SchematicBlockManager.writeToNBT(S schematicBlock) |
Modifier and Type | Method and Description |
---|---|
static ISchematicBlock |
SchematicBlockManager.getSchematicBlock(SchematicBlockContext context) |
static ISchematicBlock |
SchematicBlockManager.readFromNBT(net.minecraft.nbt.NBTTagCompound schematicBlockTag) |
Modifier and Type | Method and Description |
---|---|
void |
Blueprint.replace(ISchematicBlock from,
ISchematicBlock to) |
Modifier and Type | Class and Description |
---|---|
class |
SchematicBlockPipe |