public class CraftingComponent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected int |
itemId |
protected java.lang.String |
name |
Constructor and Description |
---|
CraftingComponent(java.lang.String name,
java.lang.Integer id) |
CraftingComponent(java.lang.String name,
int count,
java.lang.Integer id) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getItemId() |
java.lang.String |
getName() |
protected java.lang.String name
protected int count
protected int itemId