Package net.minecraft.world.poi
Class PointOfInterestStorage.PointOfInterestDistanceTracker
java.lang.Object
net.minecraft.world.chunk.light.LevelPropagator
net.minecraft.world.SectionDistanceLevelPropagator
net.minecraft.world.poi.PointOfInterestStorage.PointOfInterestDistanceTracker
- Enclosing class:
PointOfInterestStorage
private final class PointOfInterestStorage.PointOfInterestDistanceTracker
extends SectionDistanceLevelPropagator
- Mappings:
Namespace Name intermediary net/minecraft/class_4153$class_4154official bqx$anamed net/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker
-
Field Summary
FieldsFields inherited from class net.minecraft.world.chunk.light.LevelPropagator
field_43397, levelCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetInitialLevel(long id) protected intgetLevel(long id) protected voidsetLevel(long id, int level) voidupdate()Methods inherited from class net.minecraft.world.SectionDistanceLevelPropagator
getPropagatedLevel, propagateLevel, recalculateLevel, updateMethods inherited from class net.minecraft.world.chunk.light.LevelPropagator
applyPendingUpdates, getPendingUpdateCount, hasPendingUpdates, isMarker, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, updateLevel
-
Field Details
-
distances
- Mappings:
Namespace Name Mixin selector intermediary field_18486Lnet/minecraft/class_4153$class_4154;field_18486:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;official bLbqx$a;b:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;named distancesLnet/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker;distances:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;
-
-
Constructor Details
-
PointOfInterestDistanceTracker
protected PointOfInterestDistanceTracker()
-
-
Method Details
-
getInitialLevel
protected int getInitialLevel(long id) - Specified by:
getInitialLevelin classSectionDistanceLevelPropagator- Mappings:
Namespace Name Mixin selector intermediary method_18749Lnet/minecraft/class_4079;method_18749(J)Iofficial bLaib;b(J)Inamed getInitialLevelLnet/minecraft/world/SectionDistanceLevelPropagator;getInitialLevel(J)I
-
getLevel
protected int getLevel(long id) - Specified by:
getLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector intermediary method_15480Lnet/minecraft/class_3554;method_15480(J)Iofficial cLdwn;c(J)Inamed getLevelLnet/minecraft/world/chunk/light/LevelPropagator;getLevel(J)I
-
setLevel
protected void setLevel(long id, int level) - Specified by:
setLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector intermediary method_15485Lnet/minecraft/class_3554;method_15485(JI)Vofficial aLdwn;a(JI)Vnamed setLevelLnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)V
-
update
public void update()- Mappings:
Namespace Name Mixin selector intermediary method_19134Lnet/minecraft/class_4153$class_4154;method_19134()Vofficial aLbqx$a;a()Vnamed updateLnet/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker;update()V
-