Uses of Class
net.minecraft.util.collection.SortedArraySet
Package | Description |
---|---|
net.minecraft.server.world | |
net.minecraft.util.collection |
-
Uses of SortedArraySet in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type SortedArraySet Modifier and Type Field Description private Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
ChunkTicketManager. ticketsByPosition
Methods in net.minecraft.server.world that return SortedArraySet Modifier and Type Method Description private SortedArraySet<ChunkTicket<?>>
ChunkTicketManager. getTicketSet(long position)
Methods in net.minecraft.server.world with parameters of type SortedArraySet Modifier and Type Method Description private static int
ChunkTicketManager. getLevel(SortedArraySet<ChunkTicket<?>> sortedArraySet)
-
Uses of SortedArraySet in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return SortedArraySet Modifier and Type Method Description static <T extends Comparable<T>>
SortedArraySet<T>SortedArraySet. create(int initialCapacity)
static <T extends Comparable<T>>
SortedArraySet<T>SortedArraySet. method_34958()
static <T> SortedArraySet<T>
SortedArraySet. method_34959(Comparator<T> comparator)
static <T> SortedArraySet<T>
SortedArraySet. method_34960(Comparator<T> comparator, int int2)