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