Package org.rspeer.game.component
Interface Production
-
public interface Production
Provides functionality for the manipulation of various production interfaces. This includes the cooking interface, jewellery creation and the anvil smithing interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Production.Amount
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Production
getActive()
Production.Amount
getAmount()
int
getXAmount()
boolean
initiate(int index)
boolean
initiate(Function<ItemQuery,Item> item)
boolean
isOpen()
ItemQuery
query()
boolean
setAmount(Production.Amount amount)
-
-
-
Method Detail
-
getActive
static Production getActive()
-
initiate
boolean initiate(int index)
-
getAmount
Production.Amount getAmount()
-
setAmount
boolean setAmount(Production.Amount amount)
-
getXAmount
int getXAmount()
-
query
ItemQuery query()
-
isOpen
boolean isOpen()
-
-