Package net.minecraft

Enum Class class_8364

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

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

    • ONE

      public static final class_8364 ONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbgg;a:Lbgg;
      intermediary field_43971 Lnet/minecraft/class_8364;field_43971:Lnet/minecraft/class_8364;
      named ONE Lnet/minecraft/class_8364;ONE:Lnet/minecraft/class_8364;
    • A

      public static final class_8364 A
      Mappings:
      Namespace Name Mixin selector
      official b Lbgg;b:Lbgg;
      intermediary field_43972 Lnet/minecraft/class_8364;field_43972:Lnet/minecraft/class_8364;
      named A Lnet/minecraft/class_8364;A:Lnet/minecraft/class_8364;
    • PRIME

      public static final class_8364 PRIME
      Mappings:
      Namespace Name Mixin selector
      official c Lbgg;c:Lbgg;
      intermediary field_43973 Lnet/minecraft/class_8364;field_43973:Lnet/minecraft/class_8364;
      named PRIME Lnet/minecraft/class_8364;PRIME:Lnet/minecraft/class_8364;
    • NONE

      public static final class_8364 NONE
      Mappings:
      Namespace Name Mixin selector
      official d Lbgg;d:Lbgg;
      intermediary field_43974 Lnet/minecraft/class_8364;field_43974:Lnet/minecraft/class_8364;
      named NONE Lnet/minecraft/class_8364;NONE:Lnet/minecraft/class_8364;
  • Field Details

    • field_43975

      public static final StringIdentifiable.Codec<class_8364> field_43975
      Mappings:
      Namespace Name Mixin selector
      official e Lbgg;e:Lcom/mojang/serialization/Codec;
      intermediary field_43975 Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;
      named field_43975 Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;
    • field_43976

      private final String field_43976
      Mappings:
      Namespace Name Mixin selector
      official f Lbgg;f:Ljava/lang/String;
      intermediary field_43976 Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;
      named field_43976 Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;
    • field_43977

      private final Identifier field_43977
      Mappings:
      Namespace Name Mixin selector
      official g Lbgg;g:Lacy;
      intermediary field_43977 Lnet/minecraft/class_8364;field_43977:Lnet/minecraft/class_2960;
      named field_43977 Lnet/minecraft/class_8364;field_43977:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • class_8364

      private class_8364(String string, String string2)
  • Method Details

    • values

      public static class_8364[] 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_8364 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;
    • method_50457

      public Identifier method_50457()
      Mappings:
      Namespace Name Mixin selector
      official a Lbgg;a()Lacy;
      intermediary method_50457 Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/class_2960;
      named method_50457 Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/util/Identifier;