Class FlowerPot

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.FlowerPot
All Implemented Interfaces:
java.lang.Cloneable

public class FlowerPot
extends MaterialData
Represents a flower pot.
  • Constructor Details

    • FlowerPot

      public FlowerPot()
      Default constructor for a flower pot.
    • FlowerPot

      @Deprecated public FlowerPot​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • FlowerPot

      public FlowerPot​(Material type)
    • FlowerPot

      @Deprecated public FlowerPot​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • FlowerPot

      @Deprecated public FlowerPot​(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details