Package net.minecraft

Record Class class_6686.class_6707

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6707
Record Components:
target -
All Implemented Interfaces:
Function<class_6686.class_6694,class_6686.class_6692>, class_6686.class_6693
Enclosing class:
class_6686

private static record class_6686.class_6707(class_6686.class_6693 target) extends Record implements class_6686.class_6693
Mappings:
Namespace Name
official csv$m
intermediary net/minecraft/class_6686$class_6707
named net/minecraft/class_6686$class_6707
official b
intermediary comp_207
named target
  • Field Details

    • target

      private final class_6686.class_6693 target
      The field for the target record component.
    • field_35251

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

  • Method Details

    • 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$m;a(Lcsv$f;)Lcsv$d;
      intermediary method_39084 Lnet/minecraft/class_6686$class_6707;method_39084(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
      named apply Lnet/minecraft/class_6686$class_6707;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • target

      public class_6686.class_6693 target()
      Returns the value of the target record component.
      Returns:
      the value of the target record component