Package | Description |
---|---|
buildcraft.api.blocks |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.lib.block | |
buildcraft.transport.block |
Modifier and Type | Method and Description |
---|---|
void |
CustomPaintHelper.registerHandler(net.minecraft.block.Block block,
ICustomPaintHandler handler) |
void |
CustomPaintHelper.registerHandlerForAll(java.lang.Class<? extends net.minecraft.block.Block> blockClass,
ICustomPaintHandler handler)
Register's a paint handler for every class of a given block.
|
void |
CustomPaintHelper.registerHandlerForAll(ICustomPaintHandler handler)
Registers a handler that will be called LAST for ALL blocks, if all other paint handlers have returned PASS or
none are registered for that block.
|
Modifier and Type | Method and Description |
---|---|
static ICustomPaintHandler |
VanillaPaintHandlers.createDoubleTypedPainter(net.minecraft.block.Block clear,
net.minecraft.block.Block dyed,
net.minecraft.block.properties.IProperty<net.minecraft.item.EnumDyeColor> colourProp) |
Modifier and Type | Class and Description |
---|---|
class |
BlockPipeHolder |