Class IntHashMap

java.lang.Object
net.minecraft.src.IntHashMap

public class IntHashMap extends Object
  • Constructor Details

    • IntHashMap

      public IntHashMap()
  • Method Details

    • lookup

      public Object lookup(int par1)
      Returns the object associated to a key
    • containsItem

      public boolean containsItem(int par1)
      Return true if an object is associated with the given key
    • addKey

      public void addKey(int par1, Object par2Obj)
      Adds a key and associated value to this map
    • removeObject

      public Object removeObject(int par1)
      Removes the specified object from the map and returns it
    • clearMap

      public void clearMap()
      Removes all entries from the map