Class WorldRenderer.ChunkInfo

java.lang.Object
net.minecraft.client.render.WorldRenderer.ChunkInfo
Enclosing class:
WorldRenderer

@Environment(CLIENT)
class WorldRenderer.ChunkInfo
extends Object
  • Field Details

    • chunk

      private final ChunkBuilder.BuiltChunk chunk
    • direction

      private final Direction direction
    • cullingState

      private byte cullingState
    • propagationLevel

      private final int propagationLevel
  • Constructor Details

  • Method Details

    • updateCullingState

      public void updateCullingState​(byte parentCullingState, Direction from)
    • canCull

      public boolean canCull​(Direction from)