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 -
Method Summary
Modifier and TypeMethodDescriptionstatic Productionintbooleaninitiate(int index) booleanbooleanisOpen()query()booleansetAmount(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()
-