Class Leaves

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

public class Leaves
extends MaterialData
Represents the different types of leaves.
  • Constructor Details

    • Leaves

      public Leaves()
    • Leaves

      public Leaves​(TreeSpecies species)
    • Leaves

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

      public Leaves​(Material type)
    • Leaves

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

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