public class ItemStackMap<T> extends StackMap<net.minecraft.item.ItemStack,T>
| Constructor and Description |
|---|
ItemStackMap() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
areEqual(net.minecraft.item.ItemStack a,
java.lang.Object b)
Is a, the key used to lookup, equivelant to the key b
|
protected net.minecraft.item.ItemStack |
getStack(java.lang.Object key)
Converts a key used to lookup something into P (ItemStack or FluidStack)
|
protected boolean |
isValidKey(java.lang.Object key)
Can this key be added to the map
|
containsKey, get, putclear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprotected boolean areEqual(net.minecraft.item.ItemStack a,
java.lang.Object b)
StackMapprotected boolean isValidKey(java.lang.Object key)
StackMapisValidKey in class StackMap<net.minecraft.item.ItemStack,T>