| Package | Description | 
|---|---|
| net.minecraft.util | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) IntHashMap.Entry<V> | IntHashMap.Entry. nextEntry | 
| private IntHashMap.Entry<V>[] | IntHashMap. slots | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) IntHashMap.Entry<V> | IntHashMap. lookupEntry(int hashEntry) | 
| (package private) IntHashMap.Entry<V> | IntHashMap. removeEntry(int p_76036_1_) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | IntHashMap. copyTo(IntHashMap.Entry<V>[] p_76048_1_) | 
| Constructor and Description | 
|---|
| Entry(int p_i1552_1_,
     int p_i1552_2_,
     V p_i1552_3_,
     IntHashMap.Entry<V> p_i1552_4_) |