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<KeyPlugLightSensor> |
BCSiliconModels.BAKER_PLUG_LIGHT_SENSOR |
static IPluggableStaticBaker<KeyPlugPulsar> |
BCSiliconModels.BAKER_PLUG_PULSAR |
Modifier and Type | Class and Description |
---|---|
class |
PlugBakerFacade |
class |
PlugBakerLens |
class |
PlugGateBaker |
Modifier and Type | Field and Description |
---|---|
static IPluggableStaticBaker<KeyPlugBlocker> |
BCTransportModels.BAKER_PLUG_BLOCKER |
static IPluggableStaticBaker<KeyPlugPowerAdaptor> |
BCTransportModels.BAKER_PLUG_POWER_ADAPTOR |
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 |
PlugBakerSimple<K extends PluggableModelKey>
An
IPluggableStaticBaker that rotates a given model to the correct side, and returns the quads. |