类 SimulationChunkTracker
java.lang.Object
net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
net.minecraft.server.level.ChunkTracker
net.minecraft.server.level.SimulationChunkTracker
-
字段概要
字段修饰符和类型字段说明protected final it.unimi.dsi.fastutil.longs.Long2ByteMap
static final int
private final TicketStorage
从类继承的字段 net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
levelCount, SOURCE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected int
getLevel
(long p_393916_) int
protected int
getLevelFromSource
(long p_394279_) void
protected void
setLevel
(long p_393860_, int p_393864_) 从类继承的方法 net.minecraft.server.level.ChunkTracker
checkNeighborsAfterUpdate, computeLevelFromNeighbor, getComputedLevel, isSource, update
从类继承的方法 net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint
checkEdge, checkNeighbor, checkNode, getQueueSize, hasWork, removeFromQueue, removeIf, runUpdates
-
字段详细资料
-
MAX_LEVEL
public static final int MAX_LEVEL- 另请参阅:
-
chunks
protected final it.unimi.dsi.fastutil.longs.Long2ByteMap chunks -
ticketStorage
-
-
构造器详细资料
-
SimulationChunkTracker
-
-
方法详细资料
-
getLevelFromSource
protected int getLevelFromSource(long p_394279_) - 指定者:
getLevelFromSource
在类中ChunkTracker
-
getLevel
-
getLevel
protected int getLevel(long p_393916_) - 指定者:
getLevel
在类中DynamicGraphMinFixedPoint
-
setLevel
protected void setLevel(long p_393860_, int p_393864_) - 指定者:
setLevel
在类中DynamicGraphMinFixedPoint
-
runAllUpdates
public void runAllUpdates()
-