Enum Class MineData.State

java.lang.Object
java.lang.Enum<MineData.State>
net.minecraft.aprilfools.MineData.State
All Implemented Interfaces:
Serializable, Comparable<MineData.State>, Constable, StringIdentifiable
Enclosing class:
MineData

public static enum MineData.State extends Enum<MineData.State> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/aprilfools/MineData$State
intermediary net/minecraft/class_10981$class_10982
official bwe$a
  • Enum Constant Details

    • ONGOING

      public static final MineData.State ONGOING
      Mappings:
      Namespace Name Mixin selector
      named ONGOING Lnet/minecraft/aprilfools/MineData$State;ONGOING:Lnet/minecraft/aprilfools/MineData$State;
      intermediary field_58510 Lnet/minecraft/class_10981$class_10982;field_58510:Lnet/minecraft/class_10981$class_10982;
      official a Lbwe$a;a:Lbwe$a;
    • WON

      public static final MineData.State WON
      Mappings:
      Namespace Name Mixin selector
      named WON Lnet/minecraft/aprilfools/MineData$State;WON:Lnet/minecraft/aprilfools/MineData$State;
      intermediary field_58511 Lnet/minecraft/class_10981$class_10982;field_58511:Lnet/minecraft/class_10981$class_10982;
      official b Lbwe$a;b:Lbwe$a;
    • FAILED

      public static final MineData.State FAILED
      Mappings:
      Namespace Name Mixin selector
      named FAILED Lnet/minecraft/aprilfools/MineData$State;FAILED:Lnet/minecraft/aprilfools/MineData$State;
      intermediary field_58512 Lnet/minecraft/class_10981$class_10982;field_58512:Lnet/minecraft/class_10981$class_10982;
      official c Lbwe$a;c:Lbwe$a;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static MineData.State[] 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 MineData.State 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
    • 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 Lbbv;c()Ljava/lang/String;