History - net.minecraft.world.level.TicketStorage
25w18a
Names
dlg
dlw
Fields
int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719, DEFAULT_TICKETS_MAP_SIZE, f_380449_
int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719
org.slf4j.Logger: d, LOGGER, field_55720, LOGGER, f_382033_
org.slf4j.Logger: d, LOGGER, field_55720
com.mojang.serialization.Codec<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>: e, TICKET_ENTRY, field_56452, TICKET_POS_CODEC, f_381223_
com.mojang.serialization.Codec<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>: e, TICKET_ENTRY, field_56452
com.mojang.serialization.Codec<TicketStorage>: a, CODEC, field_56450, CODEC, f_382606_
com.mojang.serialization.Codec<TicketStorage>: a, CODEC, field_56450
SavedDataType<TicketStorage>: b, TYPE, field_56451, STATE_TYPE, f_380025_
SavedDataType<TicketStorage>: b, TYPE, field_56451
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: f, tickets, field_55723, tickets, f_381000_
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: f, tickets, field_55723
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: g, deactivatedTickets, field_55724, savedTickets, f_382124_
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: g, deactivatedTickets, field_55724
it.unimi.dsi.fastutil.longs.LongSet: h, chunksWithForcedTickets, field_55725, forcedChunks, f_379814_
it.unimi.dsi.fastutil.longs.LongSet: h, chunksWithForcedTickets, field_55725
TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726, loadingLevelUpdater, f_381959_
TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726
TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727, simulationLevelUpdater, f_379501_
TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727
Constructors
Methods
TicketStorage (List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>): a, fromPacked, method_67395, create, m_384811_
TicketStorage (List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>): a, fromPacked, method_67395
List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> (): h, packTickets, method_67400, getTickets, m_384153_
List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> (): h, packTickets, method_67400
void (BiConsumer<ChunkPos, Ticket>): a, forEachTicket, method_67397, forEachTicket, m_384536_
void (BiConsumer<ChunkPos, Ticket>): a, forEachTicket, method_67397
void (BiConsumer<ChunkPos, Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, forEachTicket, method_67398, forEachTicket, m_388047_
void (BiConsumer<ChunkPos, Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, forEachTicket, method_67398
void (): a, activateAllDeactivatedTickets, method_66367, promoteToRealTickets, m_385898_
void (): a, activateAllDeactivatedTickets, method_66367
void (TicketStorage$ChunkUpdated): a, setLoadingChunkUpdatedListener, method_66360, setLoadingLevelUpdater, m_386588_
void (TicketStorage$ChunkUpdated): a, setLoadingChunkUpdatedListener, method_66360
void (TicketStorage$ChunkUpdated): b, setSimulationChunkUpdatedListener, method_66374, setSimulationLevelUpdater, m_385157_
void (TicketStorage$ChunkUpdated): b, setSimulationChunkUpdatedListener, method_66374
boolean (): b, hasTickets, method_66378, hasTickets, m_385576_
boolean (): b, hasTickets, method_66378
List<Ticket> (long): a, getTickets, method_66352, getTickets, m_385306_
List<Ticket> (long): a, getTickets, method_66352
List<Ticket> (long): b, getOrCreateTickets, method_66368, getTicketsMutable, m_387505_
List<Ticket> (long): b, getOrCreateTickets, method_66368
void (TicketType, ChunkPos, int): a, addTicketWithRadius, method_66358, addTicket, m_385115_
void (TicketType, ChunkPos, int): a, addTicketWithRadius, method_66358
void (Ticket, ChunkPos): a, addTicket, method_66357, addTicket, m_386893_
void (Ticket, ChunkPos): a, addTicket, method_66357
boolean (long, Ticket): a, addTicket, method_66353, addTicket, m_384023_
boolean (long, Ticket): a, addTicket, method_66353
boolean (Ticket, Ticket): a, isTicketSameTypeAndLevel, method_66356, ticketsEqual, m_386895_
boolean (Ticket, Ticket): a, isTicketSameTypeAndLevel, method_66356
int (long, boolean): a, getTicketLevelAt, method_66354, getLevel, m_384199_
int (long, boolean): a, getTicketLevelAt, method_66354
int (List<Ticket>, boolean): a, getTicketLevelAt, method_66362, getLevel, m_384901_
int (List<Ticket>, boolean): a, getTicketLevelAt, method_66362
Ticket (List<Ticket>, boolean): b, getLowestTicket, method_66375, getActiveTicket, m_385273_
Ticket (List<Ticket>, boolean): b, getLowestTicket, method_66375
void (TicketType, ChunkPos, int): b, removeTicketWithRadius, method_66373, removeTicket, m_387062_
void (TicketType, ChunkPos, int): b, removeTicketWithRadius, method_66373
void (Ticket, ChunkPos): b, removeTicket, method_66372, removeTicket, m_385324_
void (Ticket, ChunkPos): b, removeTicket, method_66372
boolean (long, Ticket): b, removeTicket, method_66369, removeTicket, m_385255_
boolean (long, Ticket): b, removeTicket, method_66369
void (): i, updateForcedChunks, method_66385, recomputeForcedChunks, m_385419_
void (): i, updateForcedChunks, method_66385
String (long, boolean): b, getTicketDebugString, method_66370, getDebugString, m_387368_
String (long, boolean): b, getTicketDebugString, method_66370
void (): c, purgeStaleTickets, method_66381, tick, m_387288_
void (): c, purgeStaleTickets, method_66381
void (): d, deactivateTicketsOnClosing, method_66383, shutdown, m_387211_
void (): d, deactivateTicketsOnClosing, method_66383
void (Predicate<Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, removeTicketIf, method_66364, removeTicketsIf, m_388688_
void (Predicate<Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, removeTicketIf, method_66364
void (int, TicketType): a, replaceTicketLevelOfType, method_66351, updateLevel, m_386480_
void (int, TicketType): a, replaceTicketLevelOfType, method_66351
boolean (ChunkPos, boolean): a, updateChunkForced, method_66359, setChunkForced, m_386508_
boolean (ChunkPos, boolean): a, updateChunkForced, method_66359
it.unimi.dsi.fastutil.longs.LongSet (): e, getForceLoadedChunks, method_66384, getForcedChunks, m_384826_
it.unimi.dsi.fastutil.longs.LongSet (): e, getForceLoadedChunks, method_66384
it.unimi.dsi.fastutil.longs.LongSet (Predicate<Ticket>): a, getAllChunksWithTicketThat, method_66363, getAllChunksMatching, m_388724_
it.unimi.dsi.fastutil.longs.LongSet (Predicate<Ticket>): a, getAllChunksWithTicketThat, method_66363
1.21.5
Names
dlg
net.minecraft.world.level.TicketStorage
net.minecraft.class_10592
net.minecraft.server.world.ChunkTicketManager
net.minecraft.src.C_378921_
Fields
int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719, DEFAULT_TICKETS_MAP_SIZE, f_380449_
org.slf4j.Logger: d, LOGGER, field_55720, LOGGER, f_382033_
com.mojang.serialization.Codec<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>: e, TICKET_ENTRY, field_56452, TICKET_POS_CODEC, f_381223_
com.mojang.serialization.Codec<TicketStorage>: a, CODEC, field_56450, CODEC, f_382606_
SavedDataType<TicketStorage>: b, TYPE, field_56451, STATE_TYPE, f_380025_
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: f, tickets, field_55723, tickets, f_381000_
it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: g, deactivatedTickets, field_55724, savedTickets, f_382124_
it.unimi.dsi.fastutil.longs.LongSet: h, chunksWithForcedTickets, field_55725, forcedChunks, f_379814_
TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726, loadingLevelUpdater, f_381959_
TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727, simulationLevelUpdater, f_379501_
Constructors
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>)
()
Methods
TicketStorage (List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>): a, fromPacked, method_67395, create, m_384811_
List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> (): h, packTickets, method_67400, getTickets, m_384153_
void (BiConsumer<ChunkPos, Ticket>): a, forEachTicket, method_67397, forEachTicket, m_384536_
void (BiConsumer<ChunkPos, Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, forEachTicket, method_67398, forEachTicket, m_388047_
void (): a, activateAllDeactivatedTickets, method_66367, promoteToRealTickets, m_385898_
void (TicketStorage$ChunkUpdated): a, setLoadingChunkUpdatedListener, method_66360, setLoadingLevelUpdater, m_386588_
void (TicketStorage$ChunkUpdated): b, setSimulationChunkUpdatedListener, method_66374, setSimulationLevelUpdater, m_385157_
boolean (): b, hasTickets, method_66378, hasTickets, m_385576_
List<Ticket> (long): a, getTickets, method_66352, getTickets, m_385306_
List<Ticket> (long): b, getOrCreateTickets, method_66368, getTicketsMutable, m_387505_
void (TicketType, ChunkPos, int): a, addTicketWithRadius, method_66358, addTicket, m_385115_
void (Ticket, ChunkPos): a, addTicket, method_66357, addTicket, m_386893_
boolean (long, Ticket): a, addTicket, method_66353, addTicket, m_384023_
boolean (Ticket, Ticket): a, isTicketSameTypeAndLevel, method_66356, ticketsEqual, m_386895_
int (long, boolean): a, getTicketLevelAt, method_66354, getLevel, m_384199_
int (List<Ticket>, boolean): a, getTicketLevelAt, method_66362, getLevel, m_384901_
Ticket (List<Ticket>, boolean): b, getLowestTicket, method_66375, getActiveTicket, m_385273_
void (TicketType, ChunkPos, int): b, removeTicketWithRadius, method_66373, removeTicket, m_387062_
void (Ticket, ChunkPos): b, removeTicket, method_66372, removeTicket, m_385324_
boolean (long, Ticket): b, removeTicket, method_66369, removeTicket, m_385255_
void (): i, updateForcedChunks, method_66385, recomputeForcedChunks, m_385419_
String (long, boolean): b, getTicketDebugString, method_66370, getDebugString, m_387368_
void (): c, purgeStaleTickets, method_66381, tick, m_387288_
void (): d, deactivateTicketsOnClosing, method_66383, shutdown, m_387211_
void (Predicate<Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, removeTicketIf, method_66364, removeTicketsIf, m_388688_
void (int, TicketType): a, replaceTicketLevelOfType, method_66351, updateLevel, m_386480_
boolean (ChunkPos, boolean): a, updateChunkForced, method_66359, setChunkForced, m_386508_
it.unimi.dsi.fastutil.longs.LongSet (): e, getForceLoadedChunks, method_66384, getForcedChunks, m_384826_
it.unimi.dsi.fastutil.longs.LongSet (Predicate<Ticket>): a, getAllChunksWithTicketThat, method_66363, getAllChunksMatching, m_388724_