Package org.rspeer.game.component
Interface Production
-
public interface ProductionProvides 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 classProduction.Amount
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ProductiongetActive()Production.AmountgetAmount()intgetXAmount()booleaninitiate(int index)booleaninitiate(Function<ItemQuery,Item> item)booleanisOpen()ItemQueryquery()booleansetAmount(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()
-
-