Package net.minecraft

Record Class class_6686.class_6718

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6718
Record Components:
ifTrue -
thenRun -
All Implemented Interfaces:
Function<class_6686.class_6694,class_6686.class_6715>, class_6686.class_6708
Enclosing class:
class_6686

private static record class_6686.class_6718(class_6686.class_6693 ifTrue, class_6686.class_6708 thenRun) extends Record implements class_6686.class_6708
Mappings:
Namespace Name
official csv$w
intermediary net/minecraft/class_6686$class_6718
named net/minecraft/class_6686$class_6718
official a
intermediary comp_215
named ifTrue
official c
intermediary comp_216
named thenRun
  • Field Details

    • ifTrue

      private final class_6686.class_6693 ifTrue
      The field for the ifTrue record component.
    • thenRun

      private final class_6686.class_6708 thenRun
      The field for the thenRun record component.
    • field_35263

      static final com.mojang.serialization.Codec<class_6686.class_6718> field_35263
      Mappings:
      Namespace Name Mixin selector
      official d Lcsv$w;d:Lcom/mojang/serialization/Codec;
      intermediary field_35263 Lnet/minecraft/class_6686$class_6718;field_35263:Lcom/mojang/serialization/Codec;
      named field_35263 Lnet/minecraft/class_6686$class_6718;field_35263:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_39061

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

      public class_6686.class_6715 apply(class_6686.class_6694 class_6694)
      Specified by:
      apply in interface Function<class_6686.class_6694,class_6686.class_6715>
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$w;a(Lcsv$f;)Lcsv$t;
      intermediary method_39095 Lnet/minecraft/class_6686$class_6718;method_39095(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;
      named apply Lnet/minecraft/class_6686$class_6718;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;
    • 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.
    • ifTrue

      public class_6686.class_6693 ifTrue()
      Returns the value of the ifTrue record component.
      Returns:
      the value of the ifTrue record component
    • thenRun

      public class_6686.class_6708 thenRun()
      Returns the value of the thenRun record component.
      Returns:
      the value of the thenRun record component