Enum Class PackType

java.lang.Object
java.lang.Enum<PackType>
net.minecraft.server.packs.PackType
All Implemented Interfaces:
Serializable, Comparable<PackType>, Constable

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

    • CLIENT_RESOURCES

      public static final PackType CLIENT_RESOURCES
    • SERVER_DATA

      public static final PackType SERVER_DATA
  • Field Details

    • directory

      private final String directory
    • bridgeType

      private final com.mojang.bridge.game.PackType bridgeType
  • Constructor Details

    • PackType

      private PackType(String p_143754_, com.mojang.bridge.game.PackType p_143755_)
  • Method Details

    • values

      public static PackType[] 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 PackType 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
    • getDirectory

      public String getDirectory()
    • getVersion

      public int getVersion(com.mojang.bridge.game.GameVersion p_143757_)