YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraftforge.event.brewing.PotionBrewedEvent Class Reference
Inheritance diagram for net.minecraftforge.event.brewing.PotionBrewedEvent:
net.minecraftforge.event.Event

Public Member Functions

 PotionBrewedEvent (ItemStack[] brewingStacks)
 
- Public Member Functions inherited from net.minecraftforge.event.Event
 Event ()
 
boolean isCancelable ()
 
boolean isCanceled ()
 
void setCanceled (boolean cancel)
 
boolean hasResult ()
 
Result getResult ()
 
void setResult (Result value)
 
ListenerList getListenerList ()
 

Public Attributes

ItemStack[] brewingStacks
 

Additional Inherited Members

- Protected Member Functions inherited from net.minecraftforge.event.Event
void setup ()
 

Constructor & Destructor Documentation

net.minecraftforge.event.brewing.PotionBrewedEvent.PotionBrewedEvent ( ItemStack[]  brewingStacks)

Member Data Documentation

ItemStack [] net.minecraftforge.event.brewing.PotionBrewedEvent.brewingStacks

The brewing stacks in the brewing stand. Each index has the possibility to be null, so make sure you check.


The documentation for this class was generated from the following file: