Class BlockLightSectionStorage
java.lang.Object
net.minecraft.world.level.lighting.LayerLightSectionStorage<BlockLightSectionStorage.BlockDataLayerStorageMap>
net.minecraft.world.level.lighting.BlockLightSectionStorage
public class BlockLightSectionStorage
extends LayerLightSectionStorage<BlockLightSectionStorage.BlockDataLayerStorageMap>
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static final class
Nested classes/interfaces inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage
LayerLightSectionStorage.SectionState, LayerLightSectionStorage.SectionType
-
Field Summary
Fields inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage
changedSections, chunkSource, hasInconsistencies, queuedSections, sectionsAffectedByLightUpdates, sectionStates, updatingSectionData, visibleSectionData
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.level.lighting.LayerLightSectionStorage
createDataLayer, getDataLayer, getDataLayer, getDataLayerData, getDataLayerToWrite, getDebugSectionType, getStoredLevel, hasInconsistencies, lightOnInSection, markNewInconsistencies, markSectionAndNeighborsAsAffected, onNodeAdded, onNodeRemoved, putSectionState, queueSectionData, retainData, setLightEnabled, setStoredLevel, storingLightForSection, swapSectionMap, updateSectionStatus
-
Constructor Details
-
BlockLightSectionStorage
-
-
Method Details
-
getLightValue
protected int getLightValue(long p_75513_) - Specified by:
getLightValue
in classLayerLightSectionStorage<BlockLightSectionStorage.BlockDataLayerStorageMap>
-