public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
| Modifier and Type | Class and Description |
|---|---|
static class |
CauldronLevelChangeEvent.ChangeReason |
Event.Resultblock| Constructor and Description |
|---|
CauldronLevelChangeEvent(@NotNull Block block,
@Nullable Entity entity,
@NotNull CauldronLevelChangeEvent.ChangeReason reason,
int oldLevel,
int newLevel) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Entity |
getEntity()
Get entity which did this.
|
static @NotNull HandlerList |
getHandlerList() |
@NotNull HandlerList |
getHandlers() |
int |
getNewLevel() |
int |
getOldLevel() |
@NotNull CauldronLevelChangeEvent.ChangeReason |
getReason() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancelled)
Sets the cancellation state of this event.
|
void |
setNewLevel(int newLevel) |
getBlockcallEvent, getEventName, isAsynchronous@Nullable public @Nullable Entity getEntity()
@NotNull public @NotNull CauldronLevelChangeEvent.ChangeReason getReason()
public int getOldLevel()
public int getNewLevel()
public void setNewLevel(int newLevel)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancelled)
CancellablesetCancelled in interface Cancellablecancelled - true if you wish to cancel this event@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2022. All rights reserved.