public interface BrewingEvent extends TargetTileEntityEvent
ItemStack
s are brewed into different ItemStack
s
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, getSource
BrewingStand getTargetTile()
TargetTileEntityEvent
getTargetTile
in interface TargetTileEntityEvent
ItemStackSnapshot getIngredient()
ItemStackSnapshot
as the ingredient used.