Class BlockEntityWithBoundingBoxRenderState
java.lang.Object
net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
net.minecraft.client.renderer.blockentity.state.BlockEntityWithBoundingBoxRenderState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescription@Nullable BlockEntityWithBoundingBoxRenderState.InvisibleBlockType @Nullable []booleanboolean @Nullable []Fields inherited from class BlockEntityRenderState
blockEntityType, blockPos, blockState, breakProgress, lightCoords -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BlockEntityRenderState
extractBase, fillCrashReportCategory
-
Field Details
-
isVisible
public boolean isVisible -
mode
-
box
-
invisibleBlocks
public @Nullable BlockEntityWithBoundingBoxRenderState.InvisibleBlockType @Nullable [] invisibleBlocks -
structureVoids
public boolean @Nullable [] structureVoids
-
-
Constructor Details
-
BlockEntityWithBoundingBoxRenderState
public BlockEntityWithBoundingBoxRenderState()
-