Package net.minecraft

Enum Class class_12131

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

public enum class_12131 extends Enum<class_12131> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_12131
intermediary net/minecraft/class_12131
official dub
  • Enum Constant Details

    • FULL_MOON

      public static final class_12131 FULL_MOON
      Mappings:
      Namespace Name Mixin selector
      named FULL_MOON Lnet/minecraft/class_12131;FULL_MOON:Lnet/minecraft/class_12131;
      intermediary field_63425 Lnet/minecraft/class_12131;field_63425:Lnet/minecraft/class_12131;
      official a Ldub;a:Ldub;
    • WANING_GIBBOUS

      public static final class_12131 WANING_GIBBOUS
      Mappings:
      Namespace Name Mixin selector
      named WANING_GIBBOUS Lnet/minecraft/class_12131;WANING_GIBBOUS:Lnet/minecraft/class_12131;
      intermediary field_63426 Lnet/minecraft/class_12131;field_63426:Lnet/minecraft/class_12131;
      official b Ldub;b:Ldub;
    • THIRD_QUARTER

      public static final class_12131 THIRD_QUARTER
      Mappings:
      Namespace Name Mixin selector
      named THIRD_QUARTER Lnet/minecraft/class_12131;THIRD_QUARTER:Lnet/minecraft/class_12131;
      intermediary field_63427 Lnet/minecraft/class_12131;field_63427:Lnet/minecraft/class_12131;
      official c Ldub;c:Ldub;
    • WANING_CRESCENT

      public static final class_12131 WANING_CRESCENT
      Mappings:
      Namespace Name Mixin selector
      named WANING_CRESCENT Lnet/minecraft/class_12131;WANING_CRESCENT:Lnet/minecraft/class_12131;
      intermediary field_63428 Lnet/minecraft/class_12131;field_63428:Lnet/minecraft/class_12131;
      official d Ldub;d:Ldub;
    • NEW_MOON

      public static final class_12131 NEW_MOON
      Mappings:
      Namespace Name Mixin selector
      named NEW_MOON Lnet/minecraft/class_12131;NEW_MOON:Lnet/minecraft/class_12131;
      intermediary field_63429 Lnet/minecraft/class_12131;field_63429:Lnet/minecraft/class_12131;
      official e Ldub;e:Ldub;
    • WAXING_CRESCENT

      public static final class_12131 WAXING_CRESCENT
      Mappings:
      Namespace Name Mixin selector
      named WAXING_CRESCENT Lnet/minecraft/class_12131;WAXING_CRESCENT:Lnet/minecraft/class_12131;
      intermediary field_63430 Lnet/minecraft/class_12131;field_63430:Lnet/minecraft/class_12131;
      official f Ldub;f:Ldub;
    • FIRST_QUARTER

      public static final class_12131 FIRST_QUARTER
      Mappings:
      Namespace Name Mixin selector
      named FIRST_QUARTER Lnet/minecraft/class_12131;FIRST_QUARTER:Lnet/minecraft/class_12131;
      intermediary field_63431 Lnet/minecraft/class_12131;field_63431:Lnet/minecraft/class_12131;
      official g Ldub;g:Ldub;
    • WAXING_GIBBOUS

      public static final class_12131 WAXING_GIBBOUS
      Mappings:
      Namespace Name Mixin selector
      named WAXING_GIBBOUS Lnet/minecraft/class_12131;WAXING_GIBBOUS:Lnet/minecraft/class_12131;
      intermediary field_63432 Lnet/minecraft/class_12131;field_63432:Lnet/minecraft/class_12131;
      official h Ldub;h:Ldub;
  • Field Details

    • field_63433

      public static final int field_63433
      Mappings:
      Namespace Name Mixin selector
      named field_63433 Lnet/minecraft/class_12131;field_63433:I
      intermediary field_63433 Lnet/minecraft/class_12131;field_63433:I
      official i Ldub;i:I
    • field_63434

      private final int field_63434
      Mappings:
      Namespace Name Mixin selector
      named field_63434 Lnet/minecraft/class_12131;field_63434:I
      intermediary field_63434 Lnet/minecraft/class_12131;field_63434:I
      official j Ldub;j:I
    • field_63435

      private final String field_63435
      Mappings:
      Namespace Name Mixin selector
      named field_63435 Lnet/minecraft/class_12131;field_63435:Ljava/lang/String;
      intermediary field_63435 Lnet/minecraft/class_12131;field_63435:Ljava/lang/String;
      official k Ldub;k:Ljava/lang/String;
  • Constructor Details

    • class_12131

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

    • values

      public static class_12131[] 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_12131 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_75261

      public int method_75261()
      Mappings:
      Namespace Name Mixin selector
      named method_75261 Lnet/minecraft/class_12131;method_75261()I
      intermediary method_75261 Lnet/minecraft/class_12131;method_75261()I
      official a Ldub;a()I
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbhi;c()Ljava/lang/String;