Package net.minecraft.block
Class AbstractBlock.AbstractBlockState.ShapeCache
java.lang.Object
net.minecraft.block.AbstractBlock.AbstractBlockState.ShapeCache
- Enclosing class:
- AbstractBlock.AbstractBlockState
static final class AbstractBlock.AbstractBlockState.ShapeCache extends Object
-
Field Summary
Fields Modifier and Type Field Description protected VoxelShapecollisionShapeprivate static Direction[]DIRECTIONSprotected booleanexceedsCubeprivate VoxelShape[]extrudedFacesprotected booleanfullOpaqueprotected booleanisFullCubeprivate intlightSubtractedprotected boolean[]solidFullSquareprivate booleantranslucent -
Constructor Summary
Constructors Modifier Constructor Description privateShapeCache(BlockState state) -
Method Summary
-
Field Details
-
DIRECTIONS
-
fullOpaque
protected final boolean fullOpaque -
translucent
private final boolean translucent -
lightSubtracted
private final int lightSubtracted -
extrudedFaces
-
collisionShape
-
exceedsCube
protected final boolean exceedsCube -
solidFullSquare
protected final boolean[] solidFullSquare -
isFullCube
protected final boolean isFullCube
-
-
Constructor Details