Class BlockBehaviour.BlockStateBase.Cache

java.lang.Object
net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase.Cache
Enclosing class:
BlockBehaviour.BlockStateBase

static final class BlockBehaviour.BlockStateBase.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

      final boolean propagatesSkylightDown
    • lightBlock

      final int lightBlock
    • occlusionShapes

      @Nullable 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