public class InventoryItem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InventoryItem.Type |
Modifier and Type | Field and Description |
---|---|
Sha256Hash |
hash |
InventoryItem.Type |
type |
Constructor and Description |
---|
InventoryItem(InventoryItem.Type type,
Sha256Hash hash) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final InventoryItem.Type type
public final Sha256Hash hash
public InventoryItem(InventoryItem.Type type, Sha256Hash hash)