Enum Class NewSmeltable

java.lang.Object
java.lang.Enum<NewSmeltable>
me.gigawartrex.smalladditions.main.NewSmeltable
All Implemented Interfaces:
Serializable, Comparable<NewSmeltable>, Constable

public enum NewSmeltable extends Enum<NewSmeltable>
  • Enum Constant Details

    • IRON_BLOCK

      public static final NewSmeltable IRON_BLOCK
    • COPPER_BLOCK

      public static final NewSmeltable COPPER_BLOCK
    • GOLD_BLOCK

      public static final NewSmeltable GOLD_BLOCK
    • BUDDING_AMETHYST

      public static final NewSmeltable BUDDING_AMETHYST
  • Method Details

    • values

      public static NewSmeltable[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NewSmeltable valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getInput

      public org.bukkit.Material getInput()
    • getOutput

      public org.bukkit.inventory.ItemStack getOutput()
    • getXp

      public float getXp()
    • getTimeToSmelt

      public int getTimeToSmelt()