Package net.minecraft.world
Class SectionDistanceLevelPropagator
java.lang.Object
net.minecraft.world.chunk.light.LevelPropagator
net.minecraft.world.SectionDistanceLevelPropagator
- Direct Known Subclasses:
- PointOfInterestStorage.PointOfInterestDistanceTracker
- Mappings:
- Namespace - Name - named - net/minecraft/world/SectionDistanceLevelPropagator- intermediary - net/minecraft/class_4079- official - aqy
- 
Field SummaryFields inherited from class net.minecraft.world.chunk.light.LevelPropagatorfield_43397, levelCount
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSectionDistanceLevelPropagator(int levelCount, int expectedLevelSize, int expectedTotalSize) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract intgetInitialLevel(long id) protected intgetPropagatedLevel(long sourceId, long targetId, int level) protected voidpropagateLevel(long id, int level, boolean decrease) protected intrecalculateLevel(long id, long excludedId, int maxLevel) voidupdate(long id, int level, boolean decrease) Methods inherited from class net.minecraft.world.chunk.light.LevelPropagatorapplyPendingUpdates, getLevel, getPendingUpdateCount, hasPendingUpdates, isMarker, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, setLevel, updateLevel
- 
Constructor Details- 
SectionDistanceLevelPropagatorprotected SectionDistanceLevelPropagator(int levelCount, int expectedLevelSize, int expectedTotalSize) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/chunk/light/LevelPropagator;<init>(III)V- intermediary - <init>- Lnet/minecraft/class_3554;<init>(III)V- official - <init>- Lesm;<init>(III)V
 
 
- 
- 
Method Details- 
propagateLevelprotected void propagateLevel(long id, int level, boolean decrease) - Specified by:
- propagateLevelin class- LevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - propagateLevel- Lnet/minecraft/world/chunk/light/LevelPropagator;propagateLevel(JIZ)V- intermediary - method_15487- Lnet/minecraft/class_3554;method_15487(JIZ)V- official - a- Lesm;a(JIZ)V
 
- 
recalculateLevelprotected int recalculateLevel(long id, long excludedId, int maxLevel) - Specified by:
- recalculateLevelin class- LevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - recalculateLevel- Lnet/minecraft/world/chunk/light/LevelPropagator;recalculateLevel(JJI)I- intermediary - method_15486- Lnet/minecraft/class_3554;method_15486(JJI)I- official - a- Lesm;a(JJI)I
 
- 
getPropagatedLevelprotected int getPropagatedLevel(long sourceId, long targetId, int level) - Specified by:
- getPropagatedLevelin class- LevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - getPropagatedLevel- Lnet/minecraft/world/chunk/light/LevelPropagator;getPropagatedLevel(JJI)I- intermediary - method_15488- Lnet/minecraft/class_3554;method_15488(JJI)I- official - b- Lesm;b(JJI)I
 
- 
getInitialLevelprotected abstract int getInitialLevel(long id) - Mappings:
- Namespace - Name - Mixin selector - named - getInitialLevel- Lnet/minecraft/world/SectionDistanceLevelPropagator;getInitialLevel(J)I- intermediary - method_18749- Lnet/minecraft/class_4079;method_18749(J)I- official - b- Laqy;b(J)I
 
- 
updatepublic void update(long id, int level, boolean decrease) - Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/world/SectionDistanceLevelPropagator;update(JIZ)V- intermediary - method_18750- Lnet/minecraft/class_4079;method_18750(JIZ)V- official - b- Laqy;b(JIZ)V
 
 
-