java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.inventory.InventoryEvent
org.cloudburstmc.api.event.inventory.BrewFinishEvent
- All Implemented Interfaces:
Cancellable
- Author:
- CreeperFace
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.inventory.InventoryEvent
inventory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.inventory.InventoryEvent
getInventory, getViewersMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
BrewFinishEvent
-
-
Method Details
-
getBrewingStand
-
getIngredient
-
getPotions
-
getPotion
- Parameters:
index- Potion index in range 0 - 2- Returns:
- potion
-
getFuel
public int getFuel()
-