History - net.minecraft.world.level.TicketStorage

25w04a

Names

djm

net.minecraft.world.level.TicketStorage

net.minecraft.class_10592

net.minecraft.server.world.ChunkTicketManager

Fields

int: b, INITIAL_TICKET_LIST_CAPACITY, field_55719, DEFAULT_TICKETS_MAP_SIZE

org.slf4j.Logger: c, LOGGER, field_55720, LOGGER

String: a, FILE_ID, field_55718, CHUNKS_NBT_KEY

String: d, TAG_TICKETS, field_55721, TICKETS_NBT_KEY

String: e, TAG_CHUNK_POS, field_55722, CHUNK_POS_NBT_KEY

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

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

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

TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726, loadingLevelUpdater

TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727, simulationLevelUpdater

Constructors

(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>>)

()

Methods

SavedData$Factory<TicketStorage> (): a, factory, method_66350, getType

TicketStorage (CompoundTag, HolderLookup$Provider): b, load, method_66376, fromNbt

CompoundTag (CompoundTag, HolderLookup$Provider): a, save, method_75, writeNbt

void (ListTag, long, List<Ticket>): a, saveTicketsForChunk, method_66365, writeNbt

void (): b, activateAllDeactivatedTickets, method_66367, promoteToRealTickets

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

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

boolean (): c, hasTickets, method_66378, hasTickets

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

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

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

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

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

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

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

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

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

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

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

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

void (): i, updateForcedChunks, method_66385, recomputeForcedChunks

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

void (): d, purgeStaleTickets, method_66381, tick

void (): e, deactivateTicketsOnClosing, method_66383, shutdown

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

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

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

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

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