Package | Description |
---|---|
buildcraft.api.transport.pipe | |
buildcraft.transport | |
buildcraft.transport.client | |
buildcraft.transport.client.model.plug |
Modifier and Type | Method and Description |
---|---|
<P extends PluggableModelKey> |
PipeApiClient.IClientRegistry.registerBaker(java.lang.Class<? extends P> keyClass,
IPluggableStaticBaker<P> renderer) |
Modifier and Type | Field and Description |
---|---|
static IPluggableStaticBaker<KeyPlugBlocker> |
BCTransportModels.BAKER_PLUG_BLOCKER |
static IPluggableStaticBaker<KeyPlugLightSensor> |
BCTransportModels.BAKER_PLUG_LIGHT_SENSOR |
static IPluggableStaticBaker<KeyPlugPulsar> |
BCTransportModels.BAKER_PLUG_PULSAR |
Modifier and Type | Method and Description |
---|---|
static <P extends PluggableModelKey> |
PipeRegistryClient.getPlugBaker(P key) |
Modifier and Type | Method and Description |
---|---|
<P extends PluggableModelKey> |
PipeRegistryClient.registerBaker(java.lang.Class<? extends P> keyClass,
IPluggableStaticBaker<P> renderer) |
Modifier and Type | Class and Description |
---|---|
class |
PlugBakerFacade |
class |
PlugBakerLens |
class |
PlugBakerSimple<K extends PluggableModelKey>
An
IPluggableStaticBaker that rotates a given model to the correct side, and returns the quads. |
class |
PlugGateBaker |