Cancellablepublic class WitchReadyPotionEvent extends EntityEvent implements Cancellable
Event.Resultentity| Constructor | Description |
|---|---|
WitchReadyPotionEvent(@NotNull Witch witch,
@Nullable ItemStack potion) |
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull Witch |
getEntity() |
Returns the Entity involved in this event
|
static @NotNull HandlerList |
getHandlerList() |
|
@NotNull HandlerList |
getHandlers() |
|
@Nullable ItemStack |
getPotion() |
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
static @Nullable ItemStack |
process(@NotNull Witch witch,
@Nullable ItemStack potion) |
Fires thee event, returning the desired potion, or air of cancelled
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
void |
setPotion(@Nullable ItemStack potion) |
Sets the potion the which is going to hold and use
|
getEntityTypecallEvent, getEventName, isAsynchronous@Nullable public static @Nullable ItemStack process(@NotNull @NotNull Witch witch, @Nullable @Nullable ItemStack potion)
witch - the witch whom is readying to use a potionpotion - the potion to be used@NotNull public @NotNull Witch getEntity()
EntityEventgetEntity in class EntityEvent@Nullable public @Nullable ItemStack getPotion()
public void setPotion(@Nullable
@Nullable ItemStack potion)
potion - The potion@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventCopyright © 2020. All rights reserved.