Class LayerLightSectionStorage.SectionState

java.lang.Object
net.minecraft.world.level.lighting.LayerLightSectionStorage.SectionState
Enclosing class:
LayerLightSectionStorage<M extends DataLayerStorageMap<M>>

protected static class LayerLightSectionStorage.SectionState extends Object
  • Field Details

  • Constructor Details

    • SectionState

      protected SectionState()
  • Method Details

    • hasData

      public static byte hasData(byte pSectionState, boolean pHasData)
    • neighborCount

      public static byte neighborCount(byte pSectionState, int pNeighborCount)
    • hasData

      public static boolean hasData(byte pSectionState)
    • neighborCount

      public static int neighborCount(byte pSectionState)
    • type

      public static LayerLightSectionStorage.SectionType type(byte pSectionState)