Package net.minecraft.server.world
Class ChunkTicketManager.TicketDistanceLevelPropagator
java.lang.Object
net.minecraft.world.chunk.light.LevelPropagator
net.minecraft.world.ChunkPosDistanceLevelPropagator
net.minecraft.server.world.ChunkTicketManager.TicketDistanceLevelPropagator
- Enclosing class:
ChunkTicketManager
private class ChunkTicketManager.TicketDistanceLevelPropagator
extends ChunkPosDistanceLevelPropagator
- Mappings:
Namespace Name official amv$a
intermediary net/minecraft/class_3204$class_4077
named net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator
-
Field Summary
Fields inherited from class net.minecraft.world.chunk.light.LevelPropagator
field_43397, levelCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getInitialLevel
(long id) protected int
getLevel
(long id) protected void
setLevel
(long id, int level) int
update
(int distance) Methods inherited from class net.minecraft.world.ChunkPosDistanceLevelPropagator
getPropagatedLevel, isMarker, propagateLevel, recalculateLevel, updateLevel
Methods inherited from class net.minecraft.world.chunk.light.LevelPropagator
applyPendingUpdates, getPendingUpdateCount, hasPendingUpdates, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, updateLevel
-
Field Details
-
UNLOADED
private static final int UNLOADED- Mappings:
Namespace Name Mixin selector official b
Lamv$a;b:I
intermediary field_44854
Lnet/minecraft/class_3204$class_4077;field_44854:I
named UNLOADED
Lnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;UNLOADED:I
-
-
Constructor Details
-
TicketDistanceLevelPropagator
public TicketDistanceLevelPropagator()
-
-
Method Details
-
getInitialLevel
protected int getInitialLevel(long id) - Specified by:
getInitialLevel
in classChunkPosDistanceLevelPropagator
- Mappings:
Namespace Name Mixin selector official b
Lamq;b(J)I
intermediary method_14028
Lnet/minecraft/class_3196;method_14028(J)I
named getInitialLevel
Lnet/minecraft/world/ChunkPosDistanceLevelPropagator;getInitialLevel(J)I
-
getLevel
protected int getLevel(long id) - Specified by:
getLevel
in classLevelPropagator
- Mappings:
Namespace Name Mixin selector official c
Leed;c(J)I
intermediary method_15480
Lnet/minecraft/class_3554;method_15480(J)I
named getLevel
Lnet/minecraft/world/chunk/light/LevelPropagator;getLevel(J)I
-
setLevel
protected void setLevel(long id, int level) - Specified by:
setLevel
in classLevelPropagator
- Mappings:
Namespace Name Mixin selector official a
Leed;a(JI)V
intermediary method_15485
Lnet/minecraft/class_3554;method_15485(JI)V
named setLevel
Lnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)V
-
update
public int update(int distance) - Mappings:
Namespace Name Mixin selector official a
Lamv$a;a(I)I
intermediary method_18746
Lnet/minecraft/class_3204$class_4077;method_18746(I)I
named update
Lnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;update(I)I
-