Uses of Class
net.minecraft.util.SortedArraySet
Packages that use SortedArraySet
-
Uses of SortedArraySet in net.minecraft.util
Methods in net.minecraft.util that return SortedArraySetModifier and TypeMethodDescriptionstatic <T extends 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 SortedArraySetModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>TicketManager.forcedTicketsprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>TicketManager.ticketsMethods in net.minecraft.world.server that return SortedArraySetModifier and TypeMethodDescriptionprivate SortedArraySet<Ticket<?>>TicketManager.getTickets(long p_229848_1_) Methods in net.minecraft.world.server with parameters of type SortedArraySetModifier and TypeMethodDescriptionprivate static intTicketManager.getTicketLevelAt(SortedArraySet<Ticket<?>> p_229844_0_)