Class PlayerEatFoodEvent

All Implemented Interfaces:
Cancellable

public class PlayerEatFoodEvent extends PlayerEvent implements Cancellable
Since:
2016/1/14
Author:
Snake1999
  • Constructor Details

    • PlayerEatFoodEvent

      public PlayerEatFoodEvent(Player player, Food food)
  • Method Details

    • getHandlers

      public static HandlerList getHandlers()
    • getFood

      public Food getFood()
    • setFood

      public void setFood(Food food)