Package net.minecraft

Enum Class class_8338

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

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

    • NONE

      public static final class_8338 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbfm;a:Lbfm;
      intermediary field_43894 Lnet/minecraft/class_8338;field_43894:Lnet/minecraft/class_8338;
      named NONE Lnet/minecraft/class_8338;NONE:Lnet/minecraft/class_8338;
    • LOADSHEDDING

      public static final class_8338 LOADSHEDDING
      Mappings:
      Namespace Name Mixin selector
      official b Lbfm;b:Lbfm;
      intermediary field_43895 Lnet/minecraft/class_8338;field_43895:Lnet/minecraft/class_8338;
      named LOADSHEDDING Lnet/minecraft/class_8338;LOADSHEDDING:Lnet/minecraft/class_8338;
    • NEVER_LIGHT

      public static final class_8338 NEVER_LIGHT
      Mappings:
      Namespace Name Mixin selector
      official c Lbfm;c:Lbfm;
      intermediary field_43896 Lnet/minecraft/class_8338;field_43896:Lnet/minecraft/class_8338;
      named NEVER_LIGHT Lnet/minecraft/class_8338;NEVER_LIGHT:Lnet/minecraft/class_8338;
    • ALWAYS_LIGHT

      public static final class_8338 ALWAYS_LIGHT
      Mappings:
      Namespace Name Mixin selector
      official d Lbfm;d:Lbfm;
      intermediary field_43897 Lnet/minecraft/class_8338;field_43897:Lnet/minecraft/class_8338;
      named ALWAYS_LIGHT Lnet/minecraft/class_8338;ALWAYS_LIGHT:Lnet/minecraft/class_8338;
  • Field Details

    • field_43898

      public static final StringIdentifiable.Codec<class_8338> field_43898
      Mappings:
      Namespace Name Mixin selector
      official e Lbfm;e:Lcom/mojang/serialization/Codec;
      intermediary field_43898 Lnet/minecraft/class_8338;field_43898:Lcom/mojang/serialization/Codec;
      named field_43898 Lnet/minecraft/class_8338;field_43898:Lcom/mojang/serialization/Codec;
    • field_43899

      private static final ThreadLocal<Random> field_43899
      Mappings:
      Namespace Name Mixin selector
      official f Lbfm;f:Ljava/lang/ThreadLocal;
      intermediary field_43899 Lnet/minecraft/class_8338;field_43899:Ljava/lang/ThreadLocal;
      named field_43899 Lnet/minecraft/class_8338;field_43899:Ljava/lang/ThreadLocal;
    • field_43900

      private final String field_43900
      Mappings:
      Namespace Name Mixin selector
      official g Lbfm;g:Ljava/lang/String;
      intermediary field_43900 Lnet/minecraft/class_8338;field_43900:Ljava/lang/String;
      named field_43900 Lnet/minecraft/class_8338;field_43900:Ljava/lang/String;
    • field_43901

      private final Text field_43901
      Mappings:
      Namespace Name Mixin selector
      official h Lbfm;h:Lsw;
      intermediary field_43901 Lnet/minecraft/class_8338;field_43901:Lnet/minecraft/class_2561;
      named field_43901 Lnet/minecraft/class_8338;field_43901:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8338

      private class_8338(String string)
  • Method Details

    • values

      public static class_8338[] 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_8338 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
    • method_50391

      public boolean method_50391(World world)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfm;a(Lcql;)Z
      intermediary method_50391 Lnet/minecraft/class_8338;method_50391(Lnet/minecraft/class_1937;)Z
      named method_50391 Lnet/minecraft/class_8338;method_50391(Lnet/minecraft/world/World;)Z
    • method_50393

      public boolean method_50393(World world)
      Mappings:
      Namespace Name Mixin selector
      official b Lbfm;b(Lcql;)Z
      intermediary method_50393 Lnet/minecraft/class_8338;method_50393(Lnet/minecraft/class_1937;)Z
      named method_50393 Lnet/minecraft/class_8338;method_50393(Lnet/minecraft/world/World;)Z
    • 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_50390

      public Text method_50390()
      Mappings:
      Namespace Name Mixin selector
      official a Lbfm;a()Lsw;
      intermediary method_50390 Lnet/minecraft/class_8338;method_50390()Lnet/minecraft/class_2561;
      named method_50390 Lnet/minecraft/class_8338;method_50390()Lnet/minecraft/text/Text;