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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Production
int
boolean
initiate
(int index) boolean
boolean
isOpen()
query()
boolean
setAmount
(Production.Amount amount)
-
Method Details
-
getActive
-
initiate
-
initiate
boolean initiate(int index) -
getAmount
Production.Amount getAmount() -
setAmount
-
getXAmount
int getXAmount() -
query
ItemQuery query() -
isOpen
boolean isOpen()
-