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 sectionState, boolean hasData)
    • neighborCount

      public static byte neighborCount(byte sectionState, int neighborCount)
    • hasData

      public static boolean hasData(byte sectionState)
    • neighborCount

      public static int neighborCount(byte sectionState)
    • type

      public static LayerLightSectionStorage.SectionType type(byte sectionState)