public class BrewingStandFuelEvent extends BlockEvent implements Cancellable
Event.Result
block
Constructor and Description |
---|
BrewingStandFuelEvent(Block brewingStand,
ItemStack fuel,
int fuelPower) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getFuel()
Gets the ItemStack of the fuel before the amount was subtracted.
|
int |
getFuelPower()
Gets the fuel power for this fuel.
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
boolean |
isConsuming()
Gets whether the brewing stand's fuel will be reduced / consumed or not.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setConsuming(boolean consuming)
Sets whether the brewing stand's fuel will be reduced / consumed or not.
|
void |
setFuelPower(int fuelPower)
Sets the fuel power for this fuel.
|
getBlock
callEvent, getEventName, isAsynchronous
public ItemStack getFuel()
public int getFuelPower()
public void setFuelPower(int fuelPower)
fuelPower
- the fuel power for this fuelpublic boolean isConsuming()
public void setConsuming(boolean consuming)
consuming
- whether the fuel will be reduced or notpublic boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- true if you wish to cancel this eventpublic HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.