History - net.minecraft.world.level.TicketStorage

25w06a

Names

djx

net.minecraft.world.level.TicketStorage

net.minecraft.class_10592

net.minecraft.unmapped.C_hlxowqxt

net.minecraft.server.world.ChunkTicketManager

net.minecraft.unmapped.C_hlxowqxt

Fields

int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719, f_dozbdncw, DEFAULT_TICKETS_MAP_SIZE

org.slf4j.Logger: d, LOGGER, field_55720, f_fpuxsprv, LOGGER, LOGGER

com.mojang.serialization.Codec<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>: e, TICKET_ENTRY, field_56452, f_katbtmmc, TICKET_POS_CODEC

com.mojang.serialization.Codec<TicketStorage>: a, CODEC, field_56450, f_ojxgmqbe, CODEC

SavedDataType<TicketStorage>: b, TYPE, field_56451, f_wcodlymc, STATE_TYPE

it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: f, tickets, field_55723, f_kvlebcxu, tickets

it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>: g, deactivatedTickets, field_55724, f_zdaohbxs, savedTickets

it.unimi.dsi.fastutil.longs.LongSet: h, chunksWithForcedTickets, field_55725, f_uloraepl, forcedChunks

TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726, f_kyvhlzef, loadingLevelUpdater

TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727, f_gbhofnhu, simulationLevelUpdater

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, m_xmhoifrt, create

List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> (): h, packTickets, method_67400, m_qgttioxe, getTickets, getTickets

void (BiConsumer<ChunkPos, Ticket>): a, forEachTicket, method_67397, m_dryvwvil, forEachTicket

void (BiConsumer<ChunkPos, Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, forEachTicket, method_67398, m_jwjjhynx, forEachTicket

void (): a, activateAllDeactivatedTickets, method_66367, m_lphyjukn, promoteToRealTickets

void (TicketStorage$ChunkUpdated): a, setLoadingChunkUpdatedListener, method_66360, m_hzsrzeui, setLoadingLevelUpdater

void (TicketStorage$ChunkUpdated): b, setSimulationChunkUpdatedListener, method_66374, m_uftzqwht, setSimulationLevelUpdater

boolean (): b, hasTickets, method_66378, m_smddhvvp, hasTickets

List<Ticket> (long): a, getTickets, method_66352, m_wcqtpkzf, getTickets

List<Ticket> (long): b, getOrCreateTickets, method_66368, m_bllkuzrd, getTicketsMutable

void (TicketType, ChunkPos, int): a, addTicketWithRadius, method_66358, m_fejinprm, addTicket, m_fejinprm

void (Ticket, ChunkPos): a, addTicket, method_66357, m_wlwqzjhr, addTicket

boolean (long, Ticket): a, addTicket, method_66353, m_vhsrnaax, addTicket

boolean (Ticket, Ticket): a, isTicketSameTypeAndLevel, method_66356, m_hbanygur, ticketsEqual

int (long, boolean): a, getTicketLevelAt, method_66354, m_jdnhuyhv, getLevel

int (List<Ticket>, boolean): a, getTicketLevelAt, method_66362, m_pxtzamee, getLevel

Ticket (List<Ticket>, boolean): b, getLowestTicket, method_66375, m_zomhbwrk, getActiveTicket

void (TicketType, ChunkPos, int): b, removeTicketWithRadius, method_66373, m_fmfsfxlx, removeTicket, m_fmfsfxlx

void (Ticket, ChunkPos): b, removeTicket, method_66372, m_galtmqqq, removeTicket

boolean (long, Ticket): b, removeTicket, method_66369, m_imrlzxdg, removeTicket

void (): i, updateForcedChunks, method_66385, m_cbtxtpox, recomputeForcedChunks

String (long, boolean): b, getTicketDebugString, method_66370, m_igkyrygb, getDebugString

void (): c, purgeStaleTickets, method_66381, m_bsnynlze, tick

void (): d, deactivateTicketsOnClosing, method_66383, m_icgejzcb, shutdown

void (Predicate<Ticket>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>): a, removeTicketIf, method_66364, m_osclfhmv, removeTicketsIf

void (int, TicketType): a, replaceTicketLevelOfType, method_66351, m_uvihndem, updateLevel

boolean (ChunkPos, boolean): a, updateChunkForced, method_66359, m_gmpibvng, setChunkForced

it.unimi.dsi.fastutil.longs.LongSet (): e, getForceLoadedChunks, method_66384, m_yjqdndur, getForcedChunks

it.unimi.dsi.fastutil.longs.LongSet (Predicate<Ticket>): a, getAllChunksWithTicketThat, method_66363, m_xuofixea, getAllChunksMatching