Package | Description |
---|---|
com.jonathan.survivor.hud | |
com.jonathan.survivor.managers |
Modifier and Type | Method and Description |
---|---|
void |
CraftingTable.setCraftedItem(CraftingManager.Item craftedItem)
Sets the item displayed in craftedItem slot.
|
Modifier and Type | Method and Description |
---|---|
CraftingManager.Item |
CraftingManager.getResult(com.badlogic.gdx.utils.Array<CraftingManager.Item> items)
Returns the resulting item crafted using the given array of items.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CraftingManager.Item.equals(CraftingManager.Item other) |
Modifier and Type | Method and Description |
---|---|
CraftingManager.Item |
CraftingManager.getResult(com.badlogic.gdx.utils.Array<CraftingManager.Item> items)
Returns the resulting item crafted using the given array of items.
|