Uses of Class
net.minecraft.util.SortedArraySet
Packages that use SortedArraySet
-
Uses of SortedArraySet in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type SortedArraySetModifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>
DistanceManager.forcedTickets
(package private) it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<SortedArraySet<Ticket<?>>>
DistanceManager.tickets
Methods in net.minecraft.server.level that return SortedArraySetModifier and TypeMethodDescriptionprivate SortedArraySet<Ticket<?>>
DistanceManager.getTickets(long p_140858_)
Methods in net.minecraft.server.level with parameters of type SortedArraySetModifier and TypeMethodDescriptionprivate static int
DistanceManager.getTicketLevelAt(SortedArraySet<Ticket<?>> p_140798_)
-
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()
static <T extends Comparable<T>>
SortedArraySet<T>SortedArraySet.create(int p_14247_)
static <T> SortedArraySet<T>
SortedArraySet.create(Comparator<T> p_144977_)
static <T> SortedArraySet<T>
SortedArraySet.create(Comparator<T> p_144979_, int p_144980_)