Package net.minecraft

Enum Class class_8361

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

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

    • NONE

      public static final class_8361 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbgd;a:Lbgd;
      intermediary field_43956 Lnet/minecraft/class_8361;field_43956:Lnet/minecraft/class_8361;
      named NONE Lnet/minecraft/class_8361;NONE:Lnet/minecraft/class_8361;
    • BREAK

      public static final class_8361 BREAK
      Mappings:
      Namespace Name Mixin selector
      official b Lbgd;b:Lbgd;
      intermediary field_43957 Lnet/minecraft/class_8361;field_43957:Lnet/minecraft/class_8361;
      named BREAK Lnet/minecraft/class_8361;BREAK:Lnet/minecraft/class_8361;
    • EXPLODE

      public static final class_8361 EXPLODE
      Mappings:
      Namespace Name Mixin selector
      official c Lbgd;c:Lbgd;
      intermediary field_43958 Lnet/minecraft/class_8361;field_43958:Lnet/minecraft/class_8361;
      named EXPLODE Lnet/minecraft/class_8361;EXPLODE:Lnet/minecraft/class_8361;
  • Field Details

    • field_43959

      public static final StringIdentifiable.Codec<class_8361> field_43959
      Mappings:
      Namespace Name Mixin selector
      official d Lbgd;d:Lcom/mojang/serialization/Codec;
      intermediary field_43959 Lnet/minecraft/class_8361;field_43959:Lcom/mojang/serialization/Codec;
      named field_43959 Lnet/minecraft/class_8361;field_43959:Lcom/mojang/serialization/Codec;
    • field_43960

      private final String field_43960
      Mappings:
      Namespace Name Mixin selector
      official e Lbgd;e:Ljava/lang/String;
      intermediary field_43960 Lnet/minecraft/class_8361;field_43960:Ljava/lang/String;
      named field_43960 Lnet/minecraft/class_8361;field_43960:Ljava/lang/String;
  • Constructor Details

    • class_8361

      private class_8361(String string)
  • Method Details

    • values

      public static class_8361[] 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_8361 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;