Class AbstractBlock.AbstractBlockState.Cache

java.lang.Object
net.minecraft.block.AbstractBlock.AbstractBlockState.Cache
Enclosing class:
AbstractBlock.AbstractBlockState

static final class AbstractBlock.AbstractBlockState.Cache extends Object
  • Field Details

    • DIRECTIONS

      private static final Direction[] DIRECTIONS
    • SUPPORT_TYPE_COUNT

      private static final int SUPPORT_TYPE_COUNT
    • solidRender

      protected final boolean solidRender
    • propagatesSkylightDown

      private final boolean propagatesSkylightDown
    • lightBlock

      private final int lightBlock
    • occlusionShapes

      @Nullable private final VoxelShape[] occlusionShapes
    • collisionShape

      protected final VoxelShape collisionShape
    • largeCollisionShape

      protected final boolean largeCollisionShape
    • faceSturdy

      private final boolean[] faceSturdy
    • isCollisionShapeFullBlock

      protected final boolean isCollisionShapeFullBlock
  • Constructor Details

  • Method Details