Cancellable
public class BrewingStandFuelEvent extends BlockEvent implements Cancellable
Event.Result
block
Constructor | Description |
---|---|
BrewingStandFuelEvent(Block brewingStand,
ItemStack fuel,
int fuelPower) |
Modifier and Type | Method | 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
getEventName, isAsynchronous
@NotNull 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 event@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.