Class CarriageContraption.CarriageClientContraption
java.lang.Object
com.simibubi.create.content.contraptions.render.ClientContraption
com.simibubi.create.content.trains.entity.CarriageContraption.CarriageClientContraption
- Enclosing class:
CarriageContraption
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.contraptions.render.ClientContraption
ClientContraption.RenderedBlocks -
Field Summary
FieldsFields inherited from class com.simibubi.create.content.contraptions.render.ClientContraption
renderedBlockEntityView, scratchErroredBlockEntities, shouldRenderBlockEntities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the BitSet marking which block entities should be rendered, potentially with additional filtering.net.minecraft.world.level.block.entity.BlockEntityreadBlockEntity(net.minecraft.world.level.Level level, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info, boolean legacy) Methods inherited from class com.simibubi.create.content.contraptions.render.ClientContraption
childrenVersion, getBlockEntity, getMatrices, getRenderLevel, invalidateChildren, invalidateStructure, postprocessReadBlockEntity, resetRenderLevel, structureVersion
-
Field Details
-
scratchBlockEntitiesOutsidePortal
-
-
Constructor Details
-
CarriageClientContraption
-
-
Method Details
-
getRenderedBlocks
- Overrides:
getRenderedBlocksin classClientContraption
-
readBlockEntity
public net.minecraft.world.level.block.entity.BlockEntity readBlockEntity(net.minecraft.world.level.Level level, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info, boolean legacy) - Overrides:
readBlockEntityin classClientContraption
-
getAndAdjustShouldRenderBlockEntities
Description copied from class:ClientContraptionGet the BitSet marking which block entities should be rendered, potentially with additional filtering.Implementors: DO NOT modify
ClientContraption.shouldRenderBlockEntitiesdirectly.- Overrides:
getAndAdjustShouldRenderBlockEntitiesin classClientContraption
-