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 - named - net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator- intermediary - net/minecraft/class_3204$class_4077- official - aqr$a
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.chunk.light.LevelPropagatorfield_43397, levelCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ChunkPosDistanceLevelPropagatorgetPropagatedLevel, isMarker, propagateLevel, recalculateLevel, updateLevelMethods inherited from class net.minecraft.world.chunk.light.LevelPropagatorapplyPendingUpdates, getPendingUpdateCount, hasPendingUpdates, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, updateLevel
- 
Field Details- 
UNLOADEDprivate static final int UNLOADED- Mappings:
- Namespace - Name - Mixin selector - named - UNLOADED- Lnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;UNLOADED:I- intermediary - field_44854- Lnet/minecraft/class_3204$class_4077;field_44854:I- official - b- Laqr$a;b:I
 
 
- 
- 
Constructor Details- 
TicketDistanceLevelPropagatorpublic TicketDistanceLevelPropagator()
 
- 
- 
Method Details- 
getInitialLevelprotected int getInitialLevel(long id) - Specified by:
- getInitialLevelin class- ChunkPosDistanceLevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - getInitialLevel- Lnet/minecraft/world/ChunkPosDistanceLevelPropagator;getInitialLevel(J)I- intermediary - method_14028- Lnet/minecraft/class_3196;method_14028(J)I- official - b- Laqm;b(J)I
 
- 
getLevelprotected int getLevel(long id) - Specified by:
- getLevelin class- LevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - getLevel- Lnet/minecraft/world/chunk/light/LevelPropagator;getLevel(J)I- intermediary - method_15480- Lnet/minecraft/class_3554;method_15480(J)I- official - c- Lesm;c(J)I
 
- 
setLevelprotected void setLevel(long id, int level) - Specified by:
- setLevelin class- LevelPropagator
- Mappings:
- Namespace - Name - Mixin selector - named - setLevel- Lnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)V- intermediary - method_15485- Lnet/minecraft/class_3554;method_15485(JI)V- official - a- Lesm;a(JI)V
 
- 
updatepublic int update(int distance) - Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator;update(I)I- intermediary - method_18746- Lnet/minecraft/class_3204$class_4077;method_18746(I)I- official - a- Laqr$a;a(I)I
 
 
-