History - net.minecraft.world.ticks.LevelChunkTicks

1.21.1

Names

Fields

Constructors

Methods

1.21

Names

exf

eyo

Fields

Constructors

Methods

1.20.6

Names

enf

exf

Fields

Constructors

Methods

1.20.4

Names

eiu

enf

Fields

Constructors

Methods

1.20.2

Names

efo

eiu

Fields

Constructors

Methods

1.20.1

Names

eek

efo

Fields

Constructors

Methods

1.19.4

Names

ebj

eek

Fields

Constructors

Methods

1.19.3

Names

dxv

ebj

Fields

Constructors

Methods

1.19.2

Names

Fields

Constructors

Methods

1.19.1

Names

dwy

dxv

Fields

Constructors

Methods

1.19

Names

dqt

dwy

Fields

Constructors

Methods

1.18.2

Names

dpr

dqt

Fields

Constructors

Methods

1.18.1

Names

Fields

Constructors

Methods

1.18

Names

dpr

net.minecraft.world.ticks.LevelChunkTicks

net.minecraft.class_6755

net.minecraft.world.tick.ChunkTickScheduler

net.minecraft.src.C_183040_

net.minecraft.world.ticks.LevelChunkTicks

Fields

Queue<ScheduledTick<T>>: a, tickQueue, field_35527, tickQueue, f_193163_

List<SavedTick<T>>: b, pendingTicks, field_35528, ticks, f_193164_

Set<ScheduledTick<?>>: c, ticksPerPosition, field_35529, queuedTicks, f_193165_

BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>>: d, onTickAdded, field_35530, tickConsumer, f_193166_

Constructors

()

(List<SavedTick<T>>)

Methods

void (BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>>): a, setOnTickAdded, method_39366, setTickConsumer, m_193181_

ScheduledTick<T> (): b, peek, method_39369, peekNextTick, m_193189_

ScheduledTick<T> (): c, poll, method_39371, pollNextTick, m_193195_

void (ScheduledTick<T>): a, schedule, method_39363, scheduleTick, m_183393_

void (ScheduledTick<T>): b, scheduleUnchecked, method_39370, queueTick, m_193193_

boolean (BlockPos, T): a, hasScheduledTick, method_8674, isQueued, m_183582_

void (Predicate<ScheduledTick<T>>): a, removeIf, method_39367, removeTicksIf, m_193183_

Stream<ScheduledTick<T>> (): d, getAll, method_39372, getQueueAsStream, m_193196_

int (): a, count, method_20825, getTickCount, m_183574_

ListTag (long, Function<T, String>): a, save, method_39365, toNbt, m_183237_

void (long): a, unpack, method_39364, disable, m_193171_

<T> LevelChunkTicks<T> (ListTag, Function<String, Optional<T>>, ChunkPos): a, load, method_39368, create, m_193185_