PotionBrewEvent
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Extends
PotionBrewEvent extends Event
.
Members
getItem(index as int) as IItemStack
Parameters:
index: int
Type: int
Return Type:
IItemStack
Getter
Return Type:
int
setItem(index as int, stack as IItemStack)
Parameters:
index: int
Type: int
stack: IItemStack
Type: IItemStack