Uses of Class
net.minecraft.util.collection.LongObjectStorage.Entry
Packages that use LongObjectStorage.Entry
-
Uses of LongObjectStorage.Entry in net.minecraft.util.collection
Fields in net.minecraft.util.collection declared as LongObjectStorage.EntryModifier and TypeFieldDescriptionprivate LongObjectStorage.Entry<V>[]LongObjectStorage.entries(package private) LongObjectStorage.Entry<V>LongObjectStorage.Entry.nextMethods in net.minecraft.util.collection that return LongObjectStorage.EntryModifier and TypeMethodDescription(package private) final LongObjectStorage.Entry<V>LongObjectStorage.getEntry(long key) (package private) final LongObjectStorage.Entry<V>LongObjectStorage.removeEntry(long key) Methods in net.minecraft.util.collection with parameters of type LongObjectStorage.EntryModifier and TypeMethodDescriptionprivate voidLongObjectStorage.copyToNewEntries(LongObjectStorage.Entry<V>[] newEntries) Constructors in net.minecraft.util.collection with parameters of type LongObjectStorage.EntryModifierConstructorDescription(package private)Entry(int hash, long key, V value, LongObjectStorage.Entry<V> next)