void net.minecraft.util.IntHashMap.addKey |
( |
int |
par1, |
|
|
Object |
par2Obj |
|
) |
| |
Adds a key and associated value to this map
void net.minecraft.util.IntHashMap.clearMap |
( |
) | |
|
Removes all entries from the map
boolean net.minecraft.util.IntHashMap.containsItem |
( |
int |
par1) | |
|
Return true if an object is associated with the given key
Set net.minecraft.util.IntHashMap.getKeySet |
( |
) | |
|
Return the Set of all keys stored in this MCHash object
Object net.minecraft.util.IntHashMap.lookup |
( |
int |
par1) | |
|
Returns the object associated to a key
Object net.minecraft.util.IntHashMap.removeObject |
( |
int |
par1) | |
|
Removes the specified object from the map and returns it
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/util/IntHashMap.java