Interface | Description |
---|---|
BrewingEvent |
Fires during the brewing process where
ItemStack s are brewed into different ItemStack s
based on an ingredient which is also an ItemStack within a BrewingStand . |
BrewingEvent.Finish | |
BrewingEvent.Interrupt | |
BrewingEvent.Start | |
BrewingEvent.Tick | |
ChangeSignEvent | |
SmeltEvent | |
SmeltEvent.ConsumeFuel |
Fires whenever fuel is consumed to refill the current burn time.
|
SmeltEvent.Finish | |
SmeltEvent.Interrupt |
Fires when the smelting is interrupted causing the current smelting time to reset to 0.
|
SmeltEvent.Start |
The first tick of an item smelting.
|
SmeltEvent.Tick |
The smelting timer ticking up or down.
|
TargetTileEntityEvent |
An event where a
TileEntity is being targeted. |