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