Enum Class Dlc

java.lang.Object
java.lang.Enum<Dlc>
de.teamholycow.acc.data.Dlc
All Implemented Interfaces:
Serializable, Comparable<Dlc>, Constable

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

    • BASE_GAME

      public static final Dlc BASE_GAME
    • FREE_CONTENT_UPDATE_2019

      public static final Dlc FREE_CONTENT_UPDATE_2019
    • MCLAREN_SHADOW_EVENT

      public static final Dlc MCLAREN_SHADOW_EVENT
    • FREE_CONTENT_UPDATE_2021

      public static final Dlc FREE_CONTENT_UPDATE_2021
    • INTERNATIONAL_GT_PACK

      public static final Dlc INTERNATIONAL_GT_PACK
    • GT4_PACK

      public static final Dlc GT4_PACK
    • GT_WORLD_CHALLENGE_PACK_2020

      public static final Dlc GT_WORLD_CHALLENGE_PACK_2020
    • BRITISH_PACK

      public static final Dlc BRITISH_PACK
    • CHALLENGERS_PACK

      public static final Dlc CHALLENGERS_PACK
    • AMERICAN_TRACK_PACK

      public static final Dlc AMERICAN_TRACK_PACK
  • Method Details

    • values

      public static Dlc[] 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 Dlc 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