Package net.minecraft.server.world
Class SimulationDistanceLevelPropagator
java.lang.Object
net.minecraft.world.chunk.light.LevelPropagator
net.minecraft.server.world.ChunkPosDistanceLevelPropagator
net.minecraft.server.world.SimulationDistanceLevelPropagator
- Mappings:
Namespace Name named net/minecraft/server/world/SimulationDistanceLevelPropagatorintermediary net/minecraft/class_6609official ase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprotected final Long2ByteMapprivate final ChunkTicketManagerFields 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) intprotected voidsetLevel(long id, int level) voidMethods inherited from class net.minecraft.server.world.ChunkPosDistanceLevelPropagator
getPropagatedLevel, isMarker, propagateLevel, recalculateLevel, updateLevelMethods inherited from class net.minecraft.world.chunk.light.LevelPropagator
applyPendingUpdates, getPendingUpdateCount, hasPendingUpdates, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, updateLevel
-
Field Details
-
field_44858
public static final int field_44858- See Also:
- Mappings:
Namespace Name Mixin selector named field_44858Lnet/minecraft/server/world/SimulationDistanceLevelPropagator;field_44858:Iintermediary field_44858Lnet/minecraft/class_6609;field_44858:Iofficial aLase;a:I
-
levels
- Mappings:
Namespace Name Mixin selector named levelsLnet/minecraft/server/world/SimulationDistanceLevelPropagator;levels:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;intermediary field_34888Lnet/minecraft/class_6609;field_34888:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;official bLase;b:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;
-
ticketManager
- Mappings:
Namespace Name Mixin selector named ticketManagerLnet/minecraft/server/world/SimulationDistanceLevelPropagator;ticketManager:Lnet/minecraft/server/world/ChunkTicketManager;intermediary field_55596Lnet/minecraft/class_6609;field_55596:Lnet/minecraft/class_10592;official cLase;c:Ldlg;
-
-
Constructor Details
-
SimulationDistanceLevelPropagator
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/world/SimulationDistanceLevelPropagator;<init>(Lnet/minecraft/server/world/ChunkTicketManager;)Vintermediary <init>Lnet/minecraft/class_6609;<init>(Lnet/minecraft/class_10592;)Vofficial <init>Lase;<init>(Ldlg;)V
-
-
Method Details
-
getInitialLevel
protected int getInitialLevel(long id) - Specified by:
getInitialLevelin classChunkPosDistanceLevelPropagator- Mappings:
Namespace Name Mixin selector named getInitialLevelLnet/minecraft/server/world/ChunkPosDistanceLevelPropagator;getInitialLevel(J)Iintermediary method_14028Lnet/minecraft/class_3196;method_14028(J)Iofficial bLarj;b(J)I
-
getLevel
- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/server/world/SimulationDistanceLevelPropagator;getLevel(Lnet/minecraft/util/math/ChunkPos;)Iintermediary method_38640Lnet/minecraft/class_6609;method_38640(Lnet/minecraft/class_1923;)Iofficial aLase;a(Ldjo;)I
-
getLevel
protected int getLevel(long id) - Specified by:
getLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/world/chunk/light/LevelPropagator;getLevel(J)Iintermediary method_15480Lnet/minecraft/class_3554;method_15480(J)Iofficial cLexm;c(J)I
-
setLevel
protected void setLevel(long id, int level) - Specified by:
setLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector named setLevelLnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)Vintermediary method_15485Lnet/minecraft/class_3554;method_15485(JI)Vofficial aLexm;a(JI)V
-
updateLevels
public void updateLevels()- Mappings:
Namespace Name Mixin selector named updateLevelsLnet/minecraft/server/world/SimulationDistanceLevelPropagator;updateLevels()Vintermediary method_38635Lnet/minecraft/class_6609;method_38635()Vofficial aLase;a()V
-