IPotionBrewEvent

Link to ipotionbrewevent

This event is extended by all events involving the brewing stand, although not the player-based function for extracting items from the brewing stand.

It might be required to import the class to avoid errors.
import crafttweaker.event.IPotionBrewEvent;

What can be done with them?

Link to what-can-be-done-with-them

ZenGetterZenSetter类型
ZenGetter
length
ZenSetter
类型
int

Returns the IItemStack contained in the list of items at the specified array. Will return an empty IItemStack if the specified index is greater than length.

Replaces the itemstack at the specified index with the specified item. If th index is greater than the length of the item array, nothing will happen.