public class BrewEvent extends InventoryEvent implements Cancellable
inventory| Constructor and Description |
|---|
BrewEvent(BrewingStand blockEntity) |
| Modifier and Type | Method and Description |
|---|---|
BrewingStand |
getBrewingStand() |
int |
getFuel() |
Item |
getIngredient() |
Item |
getPotion(int index) |
Item[] |
getPotions() |
getInventory, getViewersisCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledpublic BrewEvent(BrewingStand blockEntity)
public BrewingStand getBrewingStand()
public Item getIngredient()
public Item[] getPotions()
public Item getPotion(int index)
index - Potion index in range 0 - 2public int getFuel()
Copyright © 2020. All rights reserved.