public interface BrewingEvent extends TargetTileEntityEvent, CauseTracked
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() |
BrewingStand |
getTargetTile()
Gets the target tile entity.
|
getCallbacks
getCause
BrewingStand getTargetTile()
TargetTileEntityEvent
getTargetTile
in interface TargetTileEntityEvent
ItemStackSnapshot getIngredient()