Package net.minecraft

Enum Class class_11313

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

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

    • GREAT

      public static final class_11313 GREAT
      Mappings:
      Namespace Name Mixin selector
      named GREAT Lnet/minecraft/class_11313;GREAT:Lnet/minecraft/class_11313;
      intermediary field_60233 Lnet/minecraft/class_11313;field_60233:Lnet/minecraft/class_11313;
      official a Lfoe;a:Lfoe;
    • GOOD

      public static final class_11313 GOOD
      Mappings:
      Namespace Name Mixin selector
      named GOOD Lnet/minecraft/class_11313;GOOD:Lnet/minecraft/class_11313;
      intermediary field_60234 Lnet/minecraft/class_11313;field_60234:Lnet/minecraft/class_11313;
      official b Lfoe;b:Lfoe;
    • OKAY

      public static final class_11313 OKAY
      Mappings:
      Namespace Name Mixin selector
      named OKAY Lnet/minecraft/class_11313;OKAY:Lnet/minecraft/class_11313;
      intermediary field_60235 Lnet/minecraft/class_11313;field_60235:Lnet/minecraft/class_11313;
      official c Lfoe;c:Lfoe;
    • POOR

      public static final class_11313 POOR
      Mappings:
      Namespace Name Mixin selector
      named POOR Lnet/minecraft/class_11313;POOR:Lnet/minecraft/class_11313;
      intermediary field_60236 Lnet/minecraft/class_11313;field_60236:Lnet/minecraft/class_11313;
      official d Lfoe;d:Lfoe;
    • UNKNOWN

      public static final class_11313 UNKNOWN
      Mappings:
      Namespace Name Mixin selector
      named UNKNOWN Lnet/minecraft/class_11313;UNKNOWN:Lnet/minecraft/class_11313;
      intermediary field_60237 Lnet/minecraft/class_11313;field_60237:Lnet/minecraft/class_11313;
      official e Lfoe;e:Lfoe;
  • Field Details

    • field_60238

      final int field_60238
      Mappings:
      Namespace Name Mixin selector
      named field_60238 Lnet/minecraft/class_11313;field_60238:I
      intermediary field_60238 Lnet/minecraft/class_11313;field_60238:I
      official f Lfoe;f:I
    • field_60239

      private final Identifier field_60239
      Mappings:
      Namespace Name Mixin selector
      named field_60239 Lnet/minecraft/class_11313;field_60239:Lnet/minecraft/util/Identifier;
      intermediary field_60239 Lnet/minecraft/class_11313;field_60239:Lnet/minecraft/class_2960;
      official g Lfoe;g:Lalu;
  • Constructor Details

    • class_11313

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

    • values

      public static class_11313[] 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_11313 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_71194

      @Nullable public static @Nullable class_11313 method_71194(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_71194 Lnet/minecraft/class_11313;method_71194(I)Lnet/minecraft/class_11313;
      intermediary method_71194 Lnet/minecraft/class_11313;method_71194(I)Lnet/minecraft/class_11313;
      official a Lfoe;a(I)Lfoe;
    • method_71193

      public int method_71193()
      Mappings:
      Namespace Name Mixin selector
      named method_71193 Lnet/minecraft/class_11313;method_71193()I
      intermediary method_71193 Lnet/minecraft/class_11313;method_71193()I
      official a Lfoe;a()I
    • method_71195

      public Identifier method_71195()
      Mappings:
      Namespace Name Mixin selector
      named method_71195 Lnet/minecraft/class_11313;method_71195()Lnet/minecraft/util/Identifier;
      intermediary method_71195 Lnet/minecraft/class_11313;method_71195()Lnet/minecraft/class_2960;
      official b Lfoe;b()Lalu;