Class Feast

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class Feast
    extends java.lang.Object
    implements org.bukkit.event.Listener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BLOCK_KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Feast​(org.bukkit.plugin.java.JavaPlugin plugin, org.bukkit.World world)  
    • Constructor Detail

      • Feast

        public Feast​(org.bukkit.plugin.java.JavaPlugin plugin,
                     org.bukkit.World world)
    • Method Detail

      • center

        public Feast center​(org.bukkit.Location feastCenter)
      • material

        public Feast material​(org.bukkit.Material platformMaterial)
      • radius

        public Feast radius​(int radius)
      • timer

        public Feast timer​(int timer)
      • maxItemsInChest

        public Feast maxItemsInChest​(int maxItemsInChest)
      • air

        public Feast air​(int height)
      • damageItems

        public Feast damageItems​(boolean shouldDamage)
      • spawn

        public void spawn()
      • printFeastCenter

        public java.lang.String printFeastCenter()