Package net.minecraft.server.level
Class ChunkTracker
java.lang.Object
net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
net.minecraft.server.level.ChunkTracker
- Direct Known Subclasses:
 DistanceManager.ChunkTicketTracker,DistanceManager.FixedPlayerDistanceChunkTracker,TickingTracker
- 
Field Summary
Fields inherited from class net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
levelCount, SOURCE - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChunkTracker(int p_140701_, int p_140702_, int p_140703_)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckNeighborsAfterUpdate(long p_140707_, int p_140708_, boolean p_140709_) protected intcomputeLevelFromNeighbor(long p_140720_, long p_140721_, int p_140722_) protected intgetComputedLevel(long p_140711_, long p_140712_, int p_140713_) protected abstract intgetLevelFromSource(long p_140714_) protected booleanisSource(long p_140705_) voidupdate(long p_140716_, int p_140717_, boolean p_140718_) Methods inherited from class net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
checkEdge, checkNeighbor, checkNode, getLevel, getQueueSize, hasWork, removeFromQueue, removeIf, runUpdates, setLevel 
- 
Constructor Details
- 
ChunkTracker
protected ChunkTracker(int p_140701_, int p_140702_, int p_140703_)  
 - 
 - 
Method Details
- 
isSource
protected boolean isSource(long p_140705_) - Overrides:
 isSourcein classDynamicGraphMinFixedPoint
 - 
checkNeighborsAfterUpdate
protected void checkNeighborsAfterUpdate(long p_140707_, int p_140708_, boolean p_140709_) - Specified by:
 checkNeighborsAfterUpdatein classDynamicGraphMinFixedPoint
 - 
getComputedLevel
protected int getComputedLevel(long p_140711_, long p_140712_, int p_140713_) - Specified by:
 getComputedLevelin classDynamicGraphMinFixedPoint
 - 
computeLevelFromNeighbor
protected int computeLevelFromNeighbor(long p_140720_, long p_140721_, int p_140722_) - Specified by:
 computeLevelFromNeighborin classDynamicGraphMinFixedPoint
 - 
getLevelFromSource
protected abstract int getLevelFromSource(long p_140714_)  - 
update
public void update(long p_140716_, int p_140717_, boolean p_140718_)  
 -