Uses of Class
net.minecraft.util.SortedArraySet
-
Packages that use SortedArraySet Package Description net.minecraft.util net.minecraft.world.server -
-
Uses of SortedArraySet in net.minecraft.util
Methods in net.minecraft.util that return SortedArraySet Modifier and Type Method Description static <T extends java.lang.Comparable<T>>
SortedArraySet<T>SortedArraySet. create(int p_226172_0_) -
Uses of SortedArraySet in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type SortedArraySet Modifier and Type Field Description private it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>TicketManager. forcedTicketsprivate it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>TicketManager. ticketsMethods in net.minecraft.world.server that return SortedArraySet Modifier and Type Method Description private SortedArraySet<Ticket<?>>TicketManager. getTickets(long p_229848_1_)Methods in net.minecraft.world.server with parameters of type SortedArraySet Modifier and Type Method Description private static intTicketManager. getTicketLevelAt(SortedArraySet<Ticket<?>> p_229844_0_)
-