Package net.minecraft

Enum Class class_12393

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

@Environment(CLIENT) public enum class_12393 extends Enum<class_12393>
Mappings:
Namespace Name
named net/minecraft/class_12393
intermediary net/minecraft/class_12393
official gfv
  • Enum Constant Details

    • NONE

      public static final class_12393 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_12393;NONE:Lnet/minecraft/class_12393;
      intermediary field_64663 Lnet/minecraft/class_12393;field_64663:Lnet/minecraft/class_12393;
      official a Lgfv;a:Lgfv;
    • RGSS

      public static final class_12393 RGSS
      Mappings:
      Namespace Name Mixin selector
      named RGSS Lnet/minecraft/class_12393;RGSS:Lnet/minecraft/class_12393;
      intermediary field_64664 Lnet/minecraft/class_12393;field_64664:Lnet/minecraft/class_12393;
      official b Lgfv;b:Lgfv;
    • ANISOTROPIC

      public static final class_12393 ANISOTROPIC
      Mappings:
      Namespace Name Mixin selector
      named ANISOTROPIC Lnet/minecraft/class_12393;ANISOTROPIC:Lnet/minecraft/class_12393;
      intermediary field_64665 Lnet/minecraft/class_12393;field_64665:Lnet/minecraft/class_12393;
      official c Lgfv;c:Lgfv;
  • Field Details

    • field_64667

      private static final IntFunction<class_12393> field_64667
      Mappings:
      Namespace Name Mixin selector
      named field_64667 Lnet/minecraft/class_12393;field_64667:Ljava/util/function/IntFunction;
      intermediary field_64667 Lnet/minecraft/class_12393;field_64667:Ljava/util/function/IntFunction;
      official e Lgfv;e:Ljava/util/function/IntFunction;
    • field_64666

      public static final com.mojang.serialization.Codec<class_12393> field_64666
      Mappings:
      Namespace Name Mixin selector
      named field_64666 Lnet/minecraft/class_12393;field_64666:Lcom/mojang/serialization/Codec;
      intermediary field_64666 Lnet/minecraft/class_12393;field_64666:Lcom/mojang/serialization/Codec;
      official d Lgfv;d:Lcom/mojang/serialization/Codec;
    • field_64668

      private final int field_64668
      Mappings:
      Namespace Name Mixin selector
      named field_64668 Lnet/minecraft/class_12393;field_64668:I
      intermediary field_64668 Lnet/minecraft/class_12393;field_64668:I
      official f Lgfv;f:I
    • field_64669

      private final Text field_64669
      Mappings:
      Namespace Name Mixin selector
      named field_64669 Lnet/minecraft/class_12393;field_64669:Lnet/minecraft/text/Text;
      intermediary field_64669 Lnet/minecraft/class_12393;field_64669:Lnet/minecraft/class_2561;
      official g Lgfv;g:Lyh;
  • Constructor Details

    • class_12393

      private class_12393(int int2, String string)
  • Method Details

    • values

      public static class_12393[] 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_12393 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
    • method_76751

      public Text method_76751()
      Mappings:
      Namespace Name Mixin selector
      named method_76751 Lnet/minecraft/class_12393;method_76751()Lnet/minecraft/text/Text;
      intermediary method_76751 Lnet/minecraft/class_12393;method_76751()Lnet/minecraft/class_2561;
      official a Lgfv;a()Lyh;