Uses of Class
net.minecraft.util.IntHashMapEntry
Packages that use IntHashMapEntry
-
Uses of IntHashMapEntry in net.minecraft.util
Fields in net.minecraft.util declared as IntHashMapEntryModifier and TypeFieldDescription(package private) IntHashMapEntryIntHashMapEntry.nextprivate IntHashMapEntry[]IntHashMap.tableMethods in net.minecraft.util that return IntHashMapEntryModifier and TypeMethodDescription(package private) final IntHashMapEntryIntHashMap.getEntry(int key) (package private) final IntHashMapEntryIntHashMap.removeEntry(int key) Methods in net.minecraft.util with parameters of type IntHashMapEntryConstructors in net.minecraft.util with parameters of type IntHashMapEntryModifierConstructorDescription(package private)IntHashMapEntry(int hash, int key, Object value, IntHashMapEntry next)