public class PotionBrewEvent extends Event
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | PotionBrewEvent.PostPotionBrewEvent.Post is fired when a potion is brewed in the brewing stand. | 
| static class  | PotionBrewEvent.PrePotionBrewEvent.Pre is fired before vanilla brewing takes place. | 
Event.HasResult, Event.Result| 修飾子 | コンストラクタと説明 | 
|---|---|
| protected  | PotionBrewEvent(NonNullList<ItemStack> stacks) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| ItemStack | getItem(int index) | 
| int | getLength() | 
| void | setItem(int index,
       ItemStack stack) | 
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setupprotected PotionBrewEvent(NonNullList<ItemStack> stacks)