Uses of Class
net.minecraft.util.collection.SortedArraySet
Packages that use SortedArraySet
- 
Uses of SortedArraySet in net.minecraft.server.worldFields in net.minecraft.server.world with type parameters of type SortedArraySetModifier and TypeFieldDescription(package private) final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>> ChunkTicketManager.ticketsByPositionMethods in net.minecraft.server.world that return SortedArraySetModifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>> ChunkTicketManager.getTicketSet(long position) Methods in net.minecraft.server.world with parameters of type SortedArraySetModifier and TypeMethodDescriptionprivate static intChunkTicketManager.getLevel(SortedArraySet<ChunkTicket<?>> tickets) 
- 
Uses of SortedArraySet in net.minecraft.util.collectionMethods in net.minecraft.util.collection that return SortedArraySetModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
 SortedArraySet<T> SortedArraySet.create()static <T extends Comparable<T>>
 SortedArraySet<T> SortedArraySet.create(int initialCapacity) static <T> SortedArraySet<T> SortedArraySet.create(Comparator<T> comparator) static <T> SortedArraySet<T> SortedArraySet.create(Comparator<T> comparator, int initialCapacity) 
- 
Uses of SortedArraySet in net.minecraft.worldFields in net.minecraft.world with type parameters of type SortedArraySetModifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>> SimulationDistanceLevelPropagator.ticketsMethods in net.minecraft.world that return SortedArraySetModifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>> SimulationDistanceLevelPropagator.getTickets(long pos) Methods in net.minecraft.world with parameters of type SortedArraySetModifier and TypeMethodDescriptionprivate intSimulationDistanceLevelPropagator.getLevel(SortedArraySet<ChunkTicket<?>> ticket)