public class BlockFertilizeEvent extends BlockEvent implements Cancellable
StructureGrowEvent
.Event.Result
block
Constructor and Description |
---|
BlockFertilizeEvent(Block theBlock,
Player player,
List<BlockState> blocks) |
Modifier and Type | Method and Description |
---|---|
List<BlockState> |
getBlocks()
Gets a list of all blocks changed by the fertilization.
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Player |
getPlayer()
Gets the player that triggered the fertilization.
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancelled)
Sets the cancellation state of this event.
|
getBlock
callEvent, getEventName, isAsynchronous
public BlockFertilizeEvent(@NotNull Block theBlock, @Nullable Player player, @NotNull List<BlockState> blocks)
@Nullable public Player getPlayer()
@NotNull public List<BlockState> getBlocks()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancelled)
Cancellable
setCancelled
in interface Cancellable
cancelled
- true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2022. All rights reserved.