Package net.minecraft

Enum Class class_9545.class_9550

java.lang.Object
java.lang.Enum<class_9545.class_9550>
net.minecraft.class_9545.class_9550
All Implemented Interfaces:
Serializable, Comparable<class_9545.class_9550>, Constable, StringIdentifiable
Enclosing class:
class_9545

static enum class_9545.class_9550 extends Enum<class_9545.class_9550> implements StringIdentifiable
Mappings:
Namespace Name
official dd$e
intermediary net/minecraft/class_9545$class_9550
named net/minecraft/class_9545$class_9550
  • Enum Constant Details

    • STANDARD

      public static final class_9545.class_9550 STANDARD
      Mappings:
      Namespace Name Mixin selector
      official a Ldd$e;a:Ldd$e;
      intermediary field_50742 Lnet/minecraft/class_9545$class_9550;field_50742:Lnet/minecraft/class_9545$class_9550;
      named STANDARD Lnet/minecraft/class_9545$class_9550;STANDARD:Lnet/minecraft/class_9545$class_9550;
    • LUBRICATION

      public static final class_9545.class_9550 LUBRICATION
      Mappings:
      Namespace Name Mixin selector
      official b Ldd$e;b:Ldd$e;
      intermediary field_50743 Lnet/minecraft/class_9545$class_9550;field_50743:Lnet/minecraft/class_9545$class_9550;
      named LUBRICATION Lnet/minecraft/class_9545$class_9550;LUBRICATION:Lnet/minecraft/class_9545$class_9550;
  • Field Details

    • field_50744

      private final String field_50744
      Mappings:
      Namespace Name Mixin selector
      official c Ldd$e;c:Ljava/lang/String;
      intermediary field_50744 Lnet/minecraft/class_9545$class_9550;field_50744:Ljava/lang/String;
      named field_50744 Lnet/minecraft/class_9545$class_9550;field_50744:Ljava/lang/String;
    • field_50745

      private final Supplier<com.mojang.serialization.Codec<? extends class_9545.class_9546>> field_50745
      Mappings:
      Namespace Name Mixin selector
      official d Ldd$e;d:Ljava/util/function/Supplier;
      intermediary field_50745 Lnet/minecraft/class_9545$class_9550;field_50745:Ljava/util/function/Supplier;
      named field_50745 Lnet/minecraft/class_9545$class_9550;field_50745:Ljava/util/function/Supplier;
  • Constructor Details

  • Method Details

    • values

      public static class_9545.class_9550[] 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_9545.class_9550 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_59105

      private com.mojang.serialization.Codec<? extends class_9545.class_9546> method_59105()
      Mappings:
      Namespace Name Mixin selector
      official a Ldd$e;a()Lcom/mojang/serialization/Codec;
      intermediary method_59105 Lnet/minecraft/class_9545$class_9550;method_59105()Lcom/mojang/serialization/Codec;
      named method_59105 Lnet/minecraft/class_9545$class_9550;method_59105()Lcom/mojang/serialization/Codec;
    • 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 Lazg;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;