Package net.minecraft

Record Class class_11431

java.lang.Object
java.lang.Record
net.minecraft.class_11431
Record Components:
common -
inputs -
action -
All Implemented Interfaces:
class_11419, class_11423

public record class_11431(class_11417 common, List<class_11423.class_11424> inputs, class_11423.class_11425 action) extends Record implements class_11423
Mappings:
Namespace Name
named net/minecraft/class_11431
intermediary net/minecraft/class_11431
official asb
named common
intermediary comp_4305
official g
named inputs
intermediary comp_4322
official h
named action
intermediary comp_4323
official i
  • Field Details

    • common

      private final class_11417 common
      The field for the common record component.
    • inputs

      private final List<class_11423.class_11424> inputs
      The field for the inputs record component.
    • action

      private final class_11423.class_11425 action
      The field for the action record component.
    • field_60636

      public static final com.mojang.serialization.MapCodec<class_11431> field_60636
      Mappings:
      Namespace Name Mixin selector
      named field_60636 Lnet/minecraft/class_11431;field_60636:Lcom/mojang/serialization/MapCodec;
      intermediary field_60636 Lnet/minecraft/class_11431;field_60636:Lcom/mojang/serialization/MapCodec;
      official a Lasb;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • method_71692

      public com.mojang.serialization.MapCodec<class_11431> method_71692()
      Specified by:
      method_71692 in interface class_11419
      Specified by:
      method_71692 in interface class_11423
      Mappings:
      Namespace Name Mixin selector
      named method_71692 Lnet/minecraft/class_11419;method_71692()Lcom/mojang/serialization/MapCodec;
      intermediary method_71692 Lnet/minecraft/class_11419;method_71692()Lcom/mojang/serialization/MapCodec;
      official a Larr;a()Lcom/mojang/serialization/MapCodec;
    • 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.
    • common

      public class_11417 common()
      Returns the value of the common record component.
      Specified by:
      common in interface class_11419
      Returns:
      the value of the common record component
    • inputs

      public List<class_11423.class_11424> inputs()
      Returns the value of the inputs record component.
      Returns:
      the value of the inputs record component
    • action

      public class_11423.class_11425 action()
      Returns the value of the action record component.
      Returns:
      the value of the action record component