Class FlwContraptionManager
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld<FlwContraption>
com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager
-
Field Summary
Fields inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld
renderInfos, visible, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlwContraptionvoidRemove all render infos associated with dead/removed contraptions.voidrenderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event) voidtick()Methods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld
beginFrame, collectVisible, delete, getRenderInfo, invalidate
-
Constructor Details
-
FlwContraptionManager
public FlwContraptionManager(net.minecraft.world.level.LevelAccessor world)
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classContraptionRenderingWorld<FlwContraption>
-
renderLayer
public void renderLayer(com.jozufozu.flywheel.event.RenderLayerEvent event) - Overrides:
renderLayerin classContraptionRenderingWorld<FlwContraption>
-
create
- Specified by:
createin classContraptionRenderingWorld<FlwContraption>
-
removeDeadRenderers
public void removeDeadRenderers()Description copied from class:ContraptionRenderingWorldRemove all render infos associated with dead/removed contraptions.- Overrides:
removeDeadRenderersin classContraptionRenderingWorld<FlwContraption>
-