Cancellablepublic class FoodLevelChangeEvent extends EntityEvent implements Cancellable
Event.Resultentity| Constructor | Description | 
|---|---|
FoodLevelChangeEvent(HumanEntity what,
                    int level) | 
| Modifier and Type | Method | Description | 
|---|---|---|
HumanEntity | 
getEntity() | 
 Returns the Entity involved in this event 
 | 
int | 
getFoodLevel() | 
 Gets the resultant food level that the entity involved in this event
 should be set to. 
 | 
static HandlerList | 
getHandlerList() | 
|
HandlerList | 
getHandlers() | 
|
boolean | 
isCancelled() | 
 Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel) | 
 Sets the cancellation state of this event. 
 | 
void | 
setFoodLevel(int level) | 
 Sets the resultant food level that the entity involved in this event
 should be set to 
 | 
getEntityTypegetEventName, isAsynchronouspublic FoodLevelChangeEvent(@NotNull
                            HumanEntity what,
                            int level)
@NotNull public HumanEntity getEntity()
EntityEventgetEntity in class EntityEventpublic int getFoodLevel()
Where 20 is a full food bar and 0 is an empty one.
public void setFoodLevel(int level)
level - the resultant food level that the entity involved in this
     event should be set topublic boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - 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.