Class LayerLightSectionStorage.SectionState
java.lang.Object
net.minecraft.world.level.lighting.LayerLightSectionStorage.SectionState
- Enclosing class:
- LayerLightSectionStorage<M extends DataLayerStorageMap<M>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final byteprivate static final byteprivate static final intprivate static final intprivate static final byte
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanhasData(byte p_285105_) static bytehasData(byte p_284954_, boolean p_285420_) static intneighborCount(byte p_285437_) static byteneighborCount(byte p_285516_, int p_285426_) type(byte p_285064_) 
- 
Field Details- 
EMPTYpublic static final byte EMPTY- See Also:
 
- 
MIN_NEIGHBORSprivate static final int MIN_NEIGHBORS- See Also:
 
- 
MAX_NEIGHBORSprivate static final int MAX_NEIGHBORS- See Also:
 
- 
HAS_DATA_BITprivate static final byte HAS_DATA_BIT- See Also:
 
- 
NEIGHBOR_COUNT_BITSprivate static final byte NEIGHBOR_COUNT_BITS- See Also:
 
 
- 
- 
Constructor Details- 
SectionStateprotected SectionState()
 
- 
- 
Method Details- 
hasDatapublic static byte hasData(byte p_284954_, boolean p_285420_) 
- 
neighborCountpublic static byte neighborCount(byte p_285516_, int p_285426_) 
- 
hasDatapublic static boolean hasData(byte p_285105_) 
- 
neighborCountpublic static int neighborCount(byte p_285437_) 
- 
type
 
-