Package net.minecraft

Enum Class class_8290

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

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

    • APPROVE

      public static final class_8290 APPROVE
      Mappings:
      Namespace Name Mixin selector
      official a Lbed;a:Lbed;
      intermediary field_43499 Lnet/minecraft/class_8290;field_43499:Lnet/minecraft/class_8290;
      named APPROVE Lnet/minecraft/class_8290;APPROVE:Lnet/minecraft/class_8290;
    • REPEAL

      public static final class_8290 REPEAL
      Mappings:
      Namespace Name Mixin selector
      official b Lbed;b:Lbed;
      intermediary field_43500 Lnet/minecraft/class_8290;field_43500:Lnet/minecraft/class_8290;
      named REPEAL Lnet/minecraft/class_8290;REPEAL:Lnet/minecraft/class_8290;
  • Field Details

    • field_43501

      public static final StringIdentifiable.Codec<class_8290> field_43501
      Mappings:
      Namespace Name Mixin selector
      official c Lbed;c:Lcom/mojang/serialization/Codec;
      intermediary field_43501 Lnet/minecraft/class_8290;field_43501:Lcom/mojang/serialization/Codec;
      named field_43501 Lnet/minecraft/class_8290;field_43501:Lcom/mojang/serialization/Codec;
    • field_43502

      private final String field_43502
      Mappings:
      Namespace Name Mixin selector
      official d Lbed;d:Ljava/lang/String;
      intermediary field_43502 Lnet/minecraft/class_8290;field_43502:Ljava/lang/String;
      named field_43502 Lnet/minecraft/class_8290;field_43502:Ljava/lang/String;
  • Constructor Details

    • class_8290

      private class_8290(String string)
  • Method Details

    • values

      public static class_8290[] 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_8290 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
      official c Lapw;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;