History - net.minecraft.world.ticks.LevelTicks
1.21.3
Names
eyq
fdn
Fields
Comparator<LevelChunkTicks<?>>: a, CONTAINER_DRAIN_ORDER, field_35531, COMPARATOR, f_193199_
Comparator<LevelChunkTicks<?>>: a, CONTAINER_DRAIN_ORDER, field_35531, COMPARATOR
LongPredicate: b, tickCheck, field_35532, tickingFutureReadyPredicate, f_193200_
LongPredicate: b, tickCheck, field_35532, tickingFutureReadyPredicate
Supplier<ProfilerFiller>: c, profiler, field_35533, profilerGetter, f_193201_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkTicks<T>>: d, allContainers, field_35534, chunkTickSchedulers, f_193202_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkTicks<T>>: c, allContainers, field_35534, chunkTickSchedulers
it.unimi.dsi.fastutil.longs.Long2LongMap: e, nextTickForContainer, field_35535, nextTriggerTickByChunkPos, f_193203_
it.unimi.dsi.fastutil.longs.Long2LongMap: d, nextTickForContainer, field_35535, nextTriggerTickByChunkPos
Queue<LevelChunkTicks<T>>: f, containersToTick, field_35536, tickableChunkTickSchedulers, f_193204_
Queue<LevelChunkTicks<T>>: e, containersToTick, field_35536, tickableChunkTickSchedulers
Queue<ScheduledTick<T>>: g, toRunThisTick, field_35537, tickableTicks, f_193205_
Queue<ScheduledTick<T>>: f, toRunThisTick, field_35537, tickableTicks
List<ScheduledTick<T>>: h, alreadyRunThisTick, field_35538, tickedTicks, f_193206_
List<ScheduledTick<T>>: g, alreadyRunThisTick, field_35538, tickedTicks
Set<ScheduledTick<?>>: i, toRunThisTickSet, field_35539, copiedTickableTicksList, f_193207_
Set<ScheduledTick<?>>: h, toRunThisTickSet, field_35539, copiedTickableTicksList
BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>>: j, chunkScheduleUpdater, field_35540, queuedTickConsumer, f_193208_
BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>>: i, chunkScheduleUpdater, field_35540, queuedTickConsumer
Constructors
(LongPredicate, Supplier<ProfilerFiller>)
Methods
void (ChunkPos, LevelChunkTicks<T>): a, addContainer, method_39379, addChunkTickScheduler, m_193231_
void (ChunkPos, LevelChunkTicks<T>): a, addContainer, method_39379, addChunkTickScheduler
void (ChunkPos): a, removeContainer, method_39378, removeChunkTickScheduler, m_193229_
void (ChunkPos): a, removeContainer, method_39378, removeChunkTickScheduler
void (ScheduledTick<T>): a, schedule, method_39363, scheduleTick, m_183393_
void (ScheduledTick<T>): a, schedule, method_39363, scheduleTick
void (long, int, BiConsumer<BlockPos, T>): a, tick, method_39377, tick, m_193225_
void (long, int, BiConsumer<BlockPos, T>): a, tick, method_39377, tick
void (long, int, ProfilerFiller): a, collectTicks, method_39376, collectTickableTicks, m_193221_
void (long, int, ProfilerFiller): a, collectTicks, method_39376, collectTickableTicks
void (long): a, sortContainersToTick, method_39374, collectTickableChunkTickSchedulers, m_193216_
void (long): a, sortContainersToTick, method_39374, collectTickableChunkTickSchedulers
void (long, int): a, drainContainers, method_39375, addTickableTicks, m_193218_
void (long, int): a, drainContainers, method_39375, addTickableTicks
void (): b, rescheduleLeftoverContainers, method_39392, delayAllTicks, m_193278_
void (): b, rescheduleLeftoverContainers, method_39392, delayAllTicks
void (ScheduledTick<T>): b, updateContainerScheduling, method_39393, schedule, m_193279_
void (ScheduledTick<T>): b, updateContainerScheduling, method_39393, schedule
void (Queue<LevelChunkTicks<T>>, LevelChunkTicks<T>, long, int): a, drainFromCurrentContainer, method_39389, addTickableTicks, m_193267_
void (Queue<LevelChunkTicks<T>>, LevelChunkTicks<T>, long, int): a, drainFromCurrentContainer, method_39389, addTickableTicks
void (ScheduledTick<T>): c, scheduleForThisTick, method_39395, addTickableTick, m_193285_
void (ScheduledTick<T>): c, scheduleForThisTick, method_39395, addTickableTick
boolean (int): a, canScheduleMoreTicks, method_39373, isTickableTicksCountUnder, m_193214_
boolean (int): a, canScheduleMoreTicks, method_39373, isTickableTicksCountUnder
void (BiConsumer<BlockPos, T>): a, runCollectedTicks, method_39390, tick, m_193272_
void (BiConsumer<BlockPos, T>): a, runCollectedTicks, method_39390, tick
void (): c, cleanupAfterTick, method_39394, clear, m_193284_
void (): c, cleanupAfterTick, method_39394, clear
boolean (BlockPos, T): a, hasScheduledTick, method_8674, isQueued, m_183582_
boolean (BlockPos, T): a, hasScheduledTick, method_8674, isQueued
boolean (BlockPos, T): b, willTickThisTick, method_8677, isTicking, m_183588_
boolean (BlockPos, T): b, willTickThisTick, method_8677, isTicking
void (): d, calculateTickSetIfNeeded, method_39396, copyTickableTicksList, m_193287_
void (): d, calculateTickSetIfNeeded, method_39396, copyTickableTicksList
void (BoundingBox, LevelTicks$PosAndContainerConsumer<T>): a, forContainersInArea, method_39381, visitChunks, m_193236_
void (BoundingBox, LevelTicks$PosAndContainerConsumer<T>): a, forContainersInArea, method_39381, visitChunks
void (BoundingBox): a, clearArea, method_39380, clearNextTicks, m_193234_
void (BoundingBox): a, clearArea, method_39380, clearNextTicks
void (BoundingBox, Vec3i): a, copyArea, method_39383, scheduleTicks, m_193242_
void (BoundingBox, Vec3i): a, copyArea, method_39383, scheduleTicks
int (): a, count, method_20825, getTickCount, m_183574_
int (): a, count, method_20825, getTickCount
void (LevelTicks<T>, BoundingBox, Vec3i): a, copyAreaFrom, method_48167, scheduleTicks, m_264560_
void (LevelTicks<T>, BoundingBox, Vec3i): a, copyAreaFrom, method_48167, scheduleTicks
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
exh
eyq
Fields
Constructors
Methods
1.20.6
Names
enh
exh
Fields
Constructors
Methods
1.20.4
Names
eiw
enh
Fields
Constructors
Methods
1.20.2
Names
efq
eiw
Fields
Constructors
Methods
1.20.1
Names
eem
efq
Fields
Constructors
Methods
1.19.4
Names
ebl
eem
Fields
Constructors
Methods
void (LevelTicks<T>, BoundingBox, Vec3i): a, copyAreaFrom, method_48167, scheduleTicks, m_264560_
1.19.3
Names
dxx
ebl
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
dxa
dxx
Fields
Constructors
Methods
1.19
Names
dqv
dxa
Fields
Constructors
Methods
1.18.2
Names
dpt
dqv
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
dpt
net.minecraft.world.ticks.LevelTicks
net.minecraft.class_6757
net.minecraft.world.tick.WorldTickScheduler
net.minecraft.src.C_183042_
net.minecraft.world.ticks.TickListServer
Fields
Comparator<LevelChunkTicks<?>>: a, CONTAINER_DRAIN_ORDER, field_35531, COMPARATOR, f_193199_
LongPredicate: b, tickCheck, field_35532, tickingFutureReadyPredicate, f_193200_
Supplier<ProfilerFiller>: c, profiler, field_35533, profilerGetter, f_193201_
it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkTicks<T>>: d, allContainers, field_35534, chunkTickSchedulers, f_193202_
it.unimi.dsi.fastutil.longs.Long2LongMap: e, nextTickForContainer, field_35535, nextTriggerTickByChunkPos, f_193203_
Queue<LevelChunkTicks<T>>: f, containersToTick, field_35536, tickableChunkTickSchedulers, f_193204_
Queue<ScheduledTick<T>>: g, toRunThisTick, field_35537, tickableTicks, f_193205_
List<ScheduledTick<T>>: h, alreadyRunThisTick, field_35538, tickedTicks, f_193206_
Set<ScheduledTick<?>>: i, toRunThisTickSet, field_35539, copiedTickableTicksList, f_193207_
BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>>: j, chunkScheduleUpdater, field_35540, queuedTickConsumer, f_193208_
Constructors
(LongPredicate, Supplier<ProfilerFiller>)
Methods
void (ChunkPos, LevelChunkTicks<T>): a, addContainer, method_39379, addChunkTickScheduler, m_193231_
void (ChunkPos): a, removeContainer, method_39378, removeChunkTickScheduler, m_193229_
void (ScheduledTick<T>): a, schedule, method_39363, scheduleTick, m_183393_
void (long, int, BiConsumer<BlockPos, T>): a, tick, method_39377, tick, m_193225_
void (long, int, ProfilerFiller): a, collectTicks, method_39376, collectTickableTicks, m_193221_
void (long): a, sortContainersToTick, method_39374, collectTickableChunkTickSchedulers, m_193216_
void (long, int): a, drainContainers, method_39375, addTickableTicks, m_193218_
void (): b, rescheduleLeftoverContainers, method_39392, delayAllTicks, m_193278_
void (ScheduledTick<T>): b, updateContainerScheduling, method_39393, schedule, m_193279_
void (Queue<LevelChunkTicks<T>>, LevelChunkTicks<T>, long, int): a, drainFromCurrentContainer, method_39389, addTickableTicks, m_193267_
void (ScheduledTick<T>): c, scheduleForThisTick, method_39395, addTickableTick, m_193285_
boolean (int): a, canScheduleMoreTicks, method_39373, isTickableTicksCountUnder, m_193214_
void (BiConsumer<BlockPos, T>): a, runCollectedTicks, method_39390, tick, m_193272_
void (): c, cleanupAfterTick, method_39394, clear, m_193284_
boolean (BlockPos, T): a, hasScheduledTick, method_8674, isQueued, m_183582_
boolean (BlockPos, T): b, willTickThisTick, method_8677, isTicking, m_183588_
void (): d, calculateTickSetIfNeeded, method_39396, copyTickableTicksList, m_193287_
void (BoundingBox, LevelTicks$PosAndContainerConsumer<T>): a, forContainersInArea, method_39381, visitChunks, m_193236_
void (BoundingBox): a, clearArea, method_39380, clearNextTicks, m_193234_
void (BoundingBox, Vec3i): a, copyArea, method_39383, scheduleTicks, m_193242_
int (): a, count, method_20825, getTickCount, m_183574_