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 ahx$aintermediary net/minecraft/class_3204$class_4077named net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator
- 
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) intupdate(int distance) Methods inherited from class net.minecraft.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
- 
UNLOADED
private static final int UNLOADED- Mappings:
 Namespace Name Mixin selector official bLahx$a;b:Iintermediary field_44854Lnet/minecraft/class_3204$class_4077;field_44854:Inamed UNLOADEDLnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;UNLOADED:I
 
 - 
 - 
Constructor Details
- 
TicketDistanceLevelPropagator
public TicketDistanceLevelPropagator() 
 - 
 - 
Method Details
- 
getInitialLevel
protected int getInitialLevel(long id) - Specified by:
 getInitialLevelin classChunkPosDistanceLevelPropagator- Mappings:
 Namespace Name Mixin selector official bLahu;b(J)Iintermediary method_14028Lnet/minecraft/class_3196;method_14028(J)Inamed getInitialLevelLnet/minecraft/world/ChunkPosDistanceLevelPropagator;getInitialLevel(J)I
 - 
getLevel
protected int getLevel(long id) - Specified by:
 getLevelin classLevelPropagator- Mappings:
 Namespace Name Mixin selector official cLdwq;c(J)Iintermediary method_15480Lnet/minecraft/class_3554;method_15480(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 official aLdwq;a(JI)Vintermediary method_15485Lnet/minecraft/class_3554;method_15485(JI)Vnamed setLevelLnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)V
 - 
update
public int update(int distance) - Mappings:
 Namespace Name Mixin selector official aLahx$a;a(I)Iintermediary method_18746Lnet/minecraft/class_3204$class_4077;method_18746(I)Inamed updateLnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;update(I)I
 
 -