Class SBBContraptionManager
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderManager<ContraptionRenderInfo>
com.simibubi.create.content.contraptions.components.structureMovement.render.SBBContraptionManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuperByteBufferCache.Compartment<Pair<Contraption,net.minecraft.client.renderer.RenderType>> Fields inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderManager
renderInfos, visible, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ContraptionRenderInfobooleaninvalidate(Contraption contraption) voidrenderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event) Methods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderManager
beginFrame, collectVisible, delete, getRenderInfo, removeDeadRenderers, tick
-
Field Details
-
CONTRAPTION
public static final SuperByteBufferCache.Compartment<Pair<Contraption,net.minecraft.client.renderer.RenderType>> CONTRAPTION
-
-
Constructor Details
-
SBBContraptionManager
public SBBContraptionManager(net.minecraft.world.level.LevelAccessor world)
-
-
Method Details
-
renderLayer
public void renderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event) - Overrides:
renderLayerin classContraptionRenderManager<ContraptionRenderInfo>
-
invalidate
- Overrides:
invalidatein classContraptionRenderManager<ContraptionRenderInfo>
-
create
- Specified by:
createin classContraptionRenderManager<ContraptionRenderInfo>
-