Enum Class TMType

java.lang.Object
java.lang.Enum<TMType>
com.pixelmonmod.pixelmon.enums.TMType
All Implemented Interfaces:
Serializable, Comparable<TMType>, Constable

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

    • TM9

      public static final TMType TM9
    • TR8

      public static final TMType TR8
    • TM8

      public static final TMType TM8
    • TM7

      public static final TMType TM7
    • TM6

      public static final TMType TM6
    • TM5

      public static final TMType TM5
    • TM4

      public static final TMType TM4
    • TM3

      public static final TMType TM3
    • TM2

      public static final TMType TM2
    • TM1

      public static final TMType TM1
  • Method Details

    • values

      public static TMType[] 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 TMType 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
    • getItem

      public net.minecraft.world.item.Item getItem()
    • getMoves

      public ITechnicalMove[] getMoves()