Package net.minecraft

Enum Class class_6686.class_6712

java.lang.Object
java.lang.Enum<class_6686.class_6712>
net.minecraft.class_6686.class_6712
All Implemented Interfaces:
Serializable, Comparable<class_6686.class_6712>, Constable, Function<class_6686.class_6694,class_6686.class_6692>, class_6686.class_6693
Enclosing class:
class_6686

private static enum class_6686.class_6712 extends Enum<class_6686.class_6712> implements class_6686.class_6693
Mappings:
Namespace Name
official csv$r
intermediary net/minecraft/class_6686$class_6712
named net/minecraft/class_6686$class_6712
  • Enum Constant Details

    • INSTANCE

      public static final class_6686.class_6712 INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official b Lcsv$r;b:Lcsv$r;
      intermediary field_35254 Lnet/minecraft/class_6686$class_6712;field_35254:Lnet/minecraft/class_6686$class_6712;
      named INSTANCE Lnet/minecraft/class_6686$class_6712;INSTANCE:Lnet/minecraft/class_6686$class_6712;
  • Field Details

    • field_35255

      static final com.mojang.serialization.Codec<class_6686.class_6712> field_35255
      Mappings:
      Namespace Name Mixin selector
      official c Lcsv$r;c:Lcom/mojang/serialization/Codec;
      intermediary field_35255 Lnet/minecraft/class_6686$class_6712;field_35255:Lcom/mojang/serialization/Codec;
      named field_35255 Lnet/minecraft/class_6686$class_6712;field_35255:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_6712

      private class_6712()
  • Method Details

    • values

      public static class_6686.class_6712[] 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_6686.class_6712 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_39064

      public com.mojang.serialization.Codec<? extends class_6686.class_6693> method_39064()
      Specified by:
      method_39064 in interface class_6686.class_6693
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$e;a()Lcom/mojang/serialization/Codec;
      intermediary method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
      named method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
    • apply

      public class_6686.class_6692 apply(class_6686.class_6694 class_6694)
      Specified by:
      apply in interface Function<class_6686.class_6694,class_6686.class_6692>
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$r;a(Lcsv$f;)Lcsv$d;
      intermediary method_39087 Lnet/minecraft/class_6686$class_6712;method_39087(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
      named apply Lnet/minecraft/class_6686$class_6712;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;