Modifier and Type | Method and Description |
---|---|
<P extends PluggableModelKey> |
PipeApiClient.IClientRegistry.registerBaker(java.lang.Class<? extends P> keyClass,
IPluggableStaticBaker<P> renderer) |
Modifier and Type | Interface and Description |
---|---|
interface |
IPluggableStaticBaker<K extends PluggableModelKey> |
Modifier and Type | Method and Description |
---|---|
PluggableModelKey |
PipePluggable.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
Modifier and Type | Class and Description |
---|---|
class |
KeyPlugFacade |
class |
KeyPlugGate |
class |
KeyPlugLens |
class |
KeyPlugLightSensor |
class |
KeyPlugPulsar |
Modifier and Type | Method and Description |
---|---|
PluggableModelKey |
PluggablePulsar.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
PluggableModelKey |
PluggableLightSensor.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
PluggableModelKey |
PluggableGate.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
PluggableModelKey |
PluggableFacade.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
PluggableModelKey |
PluggableLens.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
Modifier and Type | Method and Description |
---|---|
static <P extends PluggableModelKey> |
PipeRegistryClient.getPlugBaker(P key) |
<P extends PluggableModelKey> |
PipeRegistryClient.registerBaker(java.lang.Class<? extends P> keyClass,
IPluggableStaticBaker<P> renderer) |
Modifier and Type | Field and Description |
---|---|
static ModelCache<PluggableModelKey> |
PipeModelCachePluggable.cacheCutoutSingle |
static ModelCache<PluggableModelKey> |
PipeModelCachePluggable.cacheTranslucentSingle |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<PluggableModelKey> |
PipeModelCachePluggable.PluggableKey.getKeys() |
Modifier and Type | Class and Description |
---|---|
class |
KeyPlugBlocker |
class |
KeyPlugPowerAdaptor |
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. |
Modifier and Type | Method and Description |
---|---|
PluggableModelKey |
PluggablePowerAdaptor.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |
PluggableModelKey |
PluggableBlocker.getModelRenderKey(net.minecraft.util.BlockRenderLayer layer) |