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>
This is an Enum for storing custom models. If a Model class tries to initialize a custom model itself, the model will load upon joining the game, which is totally uncool
  • Enum Constant Details

    • PILLAR_PLATFORM

      public static final CustomModel PILLAR_PLATFORM
    • PILLAR_COLUMN

      public static final CustomModel PILLAR_COLUMN
    • PILLAR_COLUMN_FRACTURED_BOTTOM

      public static final CustomModel PILLAR_COLUMN_FRACTURED_BOTTOM
    • PILLAR_COLUMN_FRACTURED_TOP

      public static final CustomModel PILLAR_COLUMN_FRACTURED_TOP
    • POKE_BALL

      public static final CustomModel POKE_BALL
    • CHERISH_BALL

      public static final CustomModel CHERISH_BALL
    • GREAT_BALL

      public static final CustomModel GREAT_BALL
    • HEAVY_BALL

      public static final CustomModel HEAVY_BALL
    • MASTER_BALL

      public static final CustomModel MASTER_BALL
    • NET_BALL

      public static final CustomModel NET_BALL
    • TIMER_BALL

      public static final CustomModel TIMER_BALL
    • BEAST_BALL

      public static final CustomModel BEAST_BALL
    • MEGA_BRACELET_ORAS

      public static final CustomModel MEGA_BRACELET_ORAS
    • MEGA_BRACELET_ORAS_STONE

      public static final CustomModel MEGA_BRACELET_ORAS_STONE
    • MEGA_GLASSES

      public static final CustomModel MEGA_GLASSES
    • MEGA_ANCHOR

      public static final CustomModel MEGA_ANCHOR
    • MEGA_BOOST_NECKLACE

      public static final CustomModel MEGA_BOOST_NECKLACE
    • DYNAMAX_BAND

      public static final CustomModel DYNAMAX_BAND
    • 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
    • SPHERE

      public static final CustomModel SPHERE
  • 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