Enum Class CustomModel

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

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

    • MACH_BIKE

      public static final CustomModel MACH_BIKE
    • ACRO_BIKE

      public static final CustomModel ACRO_BIKE
    • DYNAMAX_CLOUDS

      public static final CustomModel DYNAMAX_CLOUDS
    • SPHERE_SIMPLE

      public static final CustomModel SPHERE_SIMPLE
    • OVAL_CHARM

      public static final CustomModel OVAL_CHARM
    • SHINY_CHARM

      public static final CustomModel SHINY_CHARM
    • EXP_CHARM

      public static final CustomModel EXP_CHARM
    • CATCHING_CHARM

      public static final CustomModel CATCHING_CHARM
    • MARK_CHARM

      public static final CustomModel MARK_CHARM
  • Method Details

    • values

      public static CustomModel[] 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 CustomModel 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
    • getModel

      public net.minecraft.client.model.Model getModel()
      Lazy loads the model
      Returns:
      The mdoel