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