public class CraftTuple extends Object
| Constructor and Description |
|---|
CraftTuple(char reference,
Item source)
Creates a new char-item pair
|
| Modifier and Type | Method and Description |
|---|---|
char |
reference()
The character used to reference the item
|
Item |
source()
The item referenced by the char
|
public CraftTuple(char reference, Item source)
reference - the character that represents the itemsource - the item represented by the characterCopyright © 2016. All rights reserved.