Package net.minecraft

Record Class class_6686.class_6691

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6691
Record Components:
resultState -
rule -
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_6691(BlockState resultState, class_6686.class_6711 rule) extends Record implements class_6686.class_6708
Mappings:
Namespace Name
official csv$c
intermediary net/minecraft/class_6686$class_6691
named net/minecraft/class_6686$class_6691
official a
intermediary comp_191
named resultState
official c
intermediary comp_192
named rule
  • Field Details

    • resultState

      private final BlockState resultState
      The field for the resultState record component.
    • rule

      private final class_6686.class_6711 rule
      The field for the rule record component.
    • field_35231

      static final com.mojang.serialization.Codec<class_6686.class_6691> field_35231
      Mappings:
      Namespace Name Mixin selector
      official d Lcsv$c;d:Lcom/mojang/serialization/Codec;
      intermediary field_35231 Lnet/minecraft/class_6686$class_6691;field_35231:Lcom/mojang/serialization/Codec;
      named field_35231 Lnet/minecraft/class_6686$class_6691;field_35231: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$c;a(Lcsv$f;)Lcsv$t;
      intermediary method_39068 Lnet/minecraft/class_6686$class_6691;method_39068(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;
      named apply Lnet/minecraft/class_6686$class_6691;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.
    • resultState

      public BlockState resultState()
      Returns the value of the resultState record component.
      Returns:
      the value of the resultState record component
    • rule

      public class_6686.class_6711 rule()
      Returns the value of the rule record component.
      Returns:
      the value of the rule record component