History - net.minecraft.world.level.TicketStorage

1.21.7

Names

Fields

int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719, DEFAULT_TICKETS_MAP_SIZE, f_380449_

int: c, INITIAL_TICKET_LIST_CAPACITY, field_55719, DEFAULT_TICKETS_MAP_SIZE

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

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

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, TICKET_POS_CODEC

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

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

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

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

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, tickets

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, savedTickets

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

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

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

TicketStorage$ChunkUpdated: i, loadingChunkUpdatedListener, field_55726, loadingLevelUpdater

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

TicketStorage$ChunkUpdated: j, simulationChunkUpdatedListener, field_55727, simulationLevelUpdater

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

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

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

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

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

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, forEachTicket

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

void (): a, activateAllDeactivatedTickets, method_66367, promoteToRealTickets

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

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

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

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

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

boolean (): b, hasTickets, method_66378, hasTickets

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void (): h, updateForcedChunks, method_66385, recomputeForcedChunks, m_385419_

void (): h, updateForcedChunks, method_66385, recomputeForcedChunks

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

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

void (): c, deactivateTicketsOnClosing, method_66383, shutdown, m_387211_

void (): c, deactivateTicketsOnClosing, method_66383, shutdown

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

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

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

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

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

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

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, getAllChunksMatching

void (ChunkMap): a, purgeStaleTickets, method_66381, tick, m_387288_

void (ChunkMap): a, purgeStaleTickets, method_66381, tick

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

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

1.21.6

Names

dlg

dnr

Fields

Constructors

Methods

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

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

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

void (): h, updateForcedChunks, method_66385, recomputeForcedChunks, m_385419_

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

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

void (): c, deactivateTicketsOnClosing, method_66383, shutdown, m_387211_

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

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

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

void (ChunkMap): a, purgeStaleTickets, method_66381, tick, m_387288_

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

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_