static final class BlockState.Cache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private VoxelShape |
collisionShape |
private static Direction[] |
DIRECTIONS |
private boolean |
isCollisionShapeLargerThanFullBlock |
private int |
opacity |
private boolean |
opaqueCollisionShape |
private boolean |
opaqueCube |
private boolean |
propagatesSkylightDown |
private VoxelShape[] |
renderShapes |
private boolean |
solid |
private boolean[] |
solidSides |
Modifier | Constructor and Description |
---|---|
private |
Cache(BlockState stateIn) |
private static final Direction[] DIRECTIONS
private final boolean solid
private final boolean opaqueCube
private final boolean propagatesSkylightDown
private final int opacity
private final VoxelShape[] renderShapes
private final VoxelShape collisionShape
private final boolean isCollisionShapeLargerThanFullBlock
private final boolean[] solidSides
private final boolean opaqueCollisionShape
private Cache(BlockState stateIn)