public interface BrewingEvent extends TargetTileEntityEvent
ItemStacks are brewed into different ItemStacks
based on an ingredient which is also an ItemStack within a BrewingStand.| Modifier and Type | Interface and Description |
|---|---|
static interface |
BrewingEvent.Finish |
static interface |
BrewingEvent.Interrupt |
static interface |
BrewingEvent.Start |
static interface |
BrewingEvent.Tick |
| Modifier and Type | Method and Description |
|---|---|
ItemStackSnapshot |
getIngredient()
Gets the
ItemStackSnapshot as the ingredient used. |
BrewingStand |
getTargetTile()
Gets the target tile entity.
|
getCause, getContext, getSourceBrewingStand getTargetTile()
TargetTileEntityEventgetTargetTile in interface TargetTileEntityEventItemStackSnapshot getIngredient()
ItemStackSnapshot as the ingredient used.