public class SBBContraptionManager extends ContraptionRenderManager<ContraptionRenderInfo>
| Modifier and Type | Field and Description |
|---|---|
static Compartment<Pair<Contraption,net.minecraft.client.renderer.RenderType>> |
CONTRAPTION |
renderInfos, visible, world| Constructor and Description |
|---|
SBBContraptionManager(net.minecraft.world.IWorld world) |
| Modifier and Type | Method and Description |
|---|---|
protected ContraptionRenderInfo |
create(Contraption c) |
boolean |
invalidate(Contraption contraption) |
void |
renderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event) |
beginFrame, collectVisible, delete, getRenderInfo, removeDeadRenderers, tickpublic static final Compartment<Pair<Contraption,net.minecraft.client.renderer.RenderType>> CONTRAPTION
public SBBContraptionManager(net.minecraft.world.IWorld world)
public void renderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event)
renderLayer in class ContraptionRenderManager<ContraptionRenderInfo>public boolean invalidate(Contraption contraption)
invalidate in class ContraptionRenderManager<ContraptionRenderInfo>protected ContraptionRenderInfo create(Contraption c)
create in class ContraptionRenderManager<ContraptionRenderInfo>