Package net.minecraft

Enum Class class_9822

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

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

    • IGNORE_WATERLOGGING

      public static final class_9822 IGNORE_WATERLOGGING
      Mappings:
      Namespace Name Mixin selector
      named IGNORE_WATERLOGGING Lnet/minecraft/class_9822;IGNORE_WATERLOGGING:Lnet/minecraft/class_9822;
      intermediary field_52237 Lnet/minecraft/class_9822;field_52237:Lnet/minecraft/class_9822;
      official a Lenb;a:Lenb;
    • APPLY_WATERLOGGING

      public static final class_9822 APPLY_WATERLOGGING
      Mappings:
      Namespace Name Mixin selector
      named APPLY_WATERLOGGING Lnet/minecraft/class_9822;APPLY_WATERLOGGING:Lnet/minecraft/class_9822;
      intermediary field_52238 Lnet/minecraft/class_9822;field_52238:Lnet/minecraft/class_9822;
      official b Lenb;b:Lenb;
  • Field Details

    • field_52239

      public static com.mojang.serialization.Codec<class_9822> field_52239
      Mappings:
      Namespace Name Mixin selector
      named field_52239 Lnet/minecraft/class_9822;field_52239:Lcom/mojang/serialization/Codec;
      intermediary field_52239 Lnet/minecraft/class_9822;field_52239:Lcom/mojang/serialization/Codec;
      official c Lenb;c:Lcom/mojang/serialization/Codec;
    • field_52240

      private final String field_52240
      Mappings:
      Namespace Name Mixin selector
      named field_52240 Lnet/minecraft/class_9822;field_52240:Ljava/lang/String;
      intermediary field_52240 Lnet/minecraft/class_9822;field_52240:Ljava/lang/String;
      official d Lenb;d:Ljava/lang/String;
  • Constructor Details

    • class_9822

      private class_9822(String string)
  • Method Details

    • values

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