|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrewingStand
Represents a brewing stand.
Method Summary | |
---|---|
int |
getBrewingTime()
How much time is left in the brewing cycle |
BrewerInventory |
getInventory()
Get the object's inventory. |
void |
setBrewingTime(int brewTime)
Set the time left before brewing completes. |
Methods inherited from interface org.bukkit.block.BlockState |
---|
getBlock, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getTypeId, getWorld, getX, getY, getZ, setData, setRawData, setType, setTypeId, update, update, update |
Methods inherited from interface org.bukkit.metadata.Metadatable |
---|
getMetadata, hasMetadata, removeMetadata, setMetadata |
Method Detail |
---|
int getBrewingTime()
void setBrewingTime(int brewTime)
brewTime
- Brewing timeBrewerInventory getInventory()
InventoryHolder
getInventory
in interface InventoryHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |