Uses of Class
net.minecraft.util.LongObjectHashMapEntry
Packages that use LongObjectHashMapEntry
-
Uses of LongObjectHashMapEntry in net.minecraft.util
Fields in net.minecraft.util declared as LongObjectHashMapEntryModifier and TypeFieldDescriptionprivate LongObjectHashMapEntry[]LongObjectHashMap.entries(package private) LongObjectHashMapEntryLongObjectHashMapEntry.nextMethods in net.minecraft.util that return LongObjectHashMapEntryModifier and TypeMethodDescription(package private) final LongObjectHashMapEntryLongObjectHashMap.removeEntry(long key) Methods in net.minecraft.util with parameters of type LongObjectHashMapEntryModifier and TypeMethodDescriptionprivate voidLongObjectHashMap.transfer(LongObjectHashMapEntry[] entryArray) Constructors in net.minecraft.util with parameters of type LongObjectHashMapEntryModifierConstructorDescription(package private)LongObjectHashMapEntry(int hash, long key, Object value, LongObjectHashMapEntry next)