Package net.minecraft

Enum Class class_8332

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

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

    • DESPAWN_ALL

      public static final class_8332 DESPAWN_ALL
      Mappings:
      Namespace Name Mixin selector
      official a Lbfh;a:Lbfh;
      intermediary field_43880 Lnet/minecraft/class_8332;field_43880:Lnet/minecraft/class_8332;
      named DESPAWN_ALL Lnet/minecraft/class_8332;DESPAWN_ALL:Lnet/minecraft/class_8332;
    • KEEP_PLAYER_DROPS

      public static final class_8332 KEEP_PLAYER_DROPS
      Mappings:
      Namespace Name Mixin selector
      official b Lbfh;b:Lbfh;
      intermediary field_43881 Lnet/minecraft/class_8332;field_43881:Lnet/minecraft/class_8332;
      named KEEP_PLAYER_DROPS Lnet/minecraft/class_8332;KEEP_PLAYER_DROPS:Lnet/minecraft/class_8332;
    • DESPAWN_NONE

      public static final class_8332 DESPAWN_NONE
      Mappings:
      Namespace Name Mixin selector
      official c Lbfh;c:Lbfh;
      intermediary field_43882 Lnet/minecraft/class_8332;field_43882:Lnet/minecraft/class_8332;
      named DESPAWN_NONE Lnet/minecraft/class_8332;DESPAWN_NONE:Lnet/minecraft/class_8332;
  • Field Details

    • field_43883

      public static final StringIdentifiable.Codec<class_8332> field_43883
      Mappings:
      Namespace Name Mixin selector
      official d Lbfh;d:Lcom/mojang/serialization/Codec;
      intermediary field_43883 Lnet/minecraft/class_8332;field_43883:Lcom/mojang/serialization/Codec;
      named field_43883 Lnet/minecraft/class_8332;field_43883:Lcom/mojang/serialization/Codec;
    • field_43884

      private final String field_43884
      Mappings:
      Namespace Name Mixin selector
      official e Lbfh;e:Ljava/lang/String;
      intermediary field_43884 Lnet/minecraft/class_8332;field_43884:Ljava/lang/String;
      named field_43884 Lnet/minecraft/class_8332;field_43884:Ljava/lang/String;
    • field_43885

      private final Text field_43885
      Mappings:
      Namespace Name Mixin selector
      official f Lbfh;f:Lsw;
      intermediary field_43885 Lnet/minecraft/class_8332;field_43885:Lnet/minecraft/class_2561;
      named field_43885 Lnet/minecraft/class_8332;field_43885:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8332

      private class_8332(String string)
  • Method Details

    • values

      public static class_8332[] 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_8332 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_50380

      public Text method_50380()
      Mappings:
      Namespace Name Mixin selector
      official a Lbfh;a()Lsw;
      intermediary method_50380 Lnet/minecraft/class_8332;method_50380()Lnet/minecraft/class_2561;
      named method_50380 Lnet/minecraft/class_8332;method_50380()Lnet/minecraft/text/Text;