Package net.minecraft

Enum Class class_7784.OutputType

java.lang.Object
java.lang.Enum<class_7784.OutputType>
net.minecraft.class_7784.OutputType
All Implemented Interfaces:
Serializable, Comparable<class_7784.OutputType>, Constable
Enclosing class:
class_7784

public static enum class_7784.OutputType extends Enum<class_7784.OutputType>
Mappings:
Namespace Name
official jb$b
intermediary net/minecraft/class_7784$class_7490
named net/minecraft/class_7784$OutputType
  • Enum Constant Details

    • DATA_PACK

      public static final class_7784.OutputType DATA_PACK
      Mappings:
      Namespace Name Mixin selector
      official a Ljb$b;a:Ljb$b;
      intermediary field_39367 Lnet/minecraft/class_7784$class_7490;field_39367:Lnet/minecraft/class_7784$class_7490;
      named DATA_PACK Lnet/minecraft/class_7784$OutputType;DATA_PACK:Lnet/minecraft/class_7784$OutputType;
    • RESOURCE_PACK

      public static final class_7784.OutputType RESOURCE_PACK
      Mappings:
      Namespace Name Mixin selector
      official b Ljb$b;b:Ljb$b;
      intermediary field_39368 Lnet/minecraft/class_7784$class_7490;field_39368:Lnet/minecraft/class_7784$class_7490;
      named RESOURCE_PACK Lnet/minecraft/class_7784$OutputType;RESOURCE_PACK:Lnet/minecraft/class_7784$OutputType;
    • REPORTS

      public static final class_7784.OutputType REPORTS
      Mappings:
      Namespace Name Mixin selector
      official c Ljb$b;c:Ljb$b;
      intermediary field_39369 Lnet/minecraft/class_7784$class_7490;field_39369:Lnet/minecraft/class_7784$class_7490;
      named REPORTS Lnet/minecraft/class_7784$OutputType;REPORTS:Lnet/minecraft/class_7784$OutputType;
  • Field Details

    • path

      final String path
      Mappings:
      Namespace Name Mixin selector
      official d Ljb$b;d:Ljava/lang/String;
      intermediary field_39370 Lnet/minecraft/class_7784$class_7490;field_39370:Ljava/lang/String;
      named path Lnet/minecraft/class_7784$OutputType;path:Ljava/lang/String;
  • Constructor Details

    • OutputType

      private OutputType(String path)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ljb$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_7784$class_7490;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/class_7784$OutputType;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static class_7784.OutputType[] 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 class_7784.OutputType 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