Class AbstractBlock.AbstractBlockState.Cache

    • Field Detail

      • 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 Detail

      • Cache

        private Cache​(BlockState p_i50627_1_)