Class Feast
- java.lang.Object
-
- de.hglabor.utils.noriskutils.feast.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.StringBLOCK_KEY
-
Constructor Summary
Constructors Constructor Description Feast(org.bukkit.plugin.java.JavaPlugin plugin, org.bukkit.World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feastair(int height)Feastcenter(org.bukkit.Location feastCenter)FeastdamageItems(boolean shouldDamage)Feastmaterial(org.bukkit.Material platformMaterial)FeastmaxItemsInChest(int maxItemsInChest)java.lang.StringprintFeastCenter()Feastradius(int radius)voidspawn()Feasttimer(int timer)
-
-
-
Field Detail
-
BLOCK_KEY
public static final java.lang.String BLOCK_KEY
- See Also:
- Constant Field Values
-
-
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()
-
-