Package net.minecraft

Record Class class_7448.class_7449

java.lang.Object
java.lang.Record
net.minecraft.class_7448.class_7449
Record Components:
sender -
timeStamp -
argumentSignatures -
All Implemented Interfaces:
class_7448
Enclosing interface:
class_7448

public static record class_7448.class_7449(UUID sender, Instant timeStamp, class_7450 argumentSignatures) extends Record implements class_7448
Mappings:
Namespace Name
official dp$a
intermediary net/minecraft/class_7448$class_7449
named net/minecraft/class_7448$class_7449
official b
intermediary comp_775
named sender
official c
intermediary comp_776
named timeStamp
official d
intermediary comp_777
named argumentSignatures
  • Field Details

    • sender

      private final UUID sender
      The field for the sender record component.
    • timeStamp

      private final Instant timeStamp
      The field for the timeStamp record component.
    • argumentSignatures

      private final class_7450 argumentSignatures
      The field for the argumentSignatures record component.
  • Constructor Details

  • Method Details

    • signArgument

      public class_7471 signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, Text text)
      Specified by:
      signArgument in interface class_7448
    • 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.
    • sender

      public UUID sender()
      Returns the value of the sender record component.
      Returns:
      the value of the sender record component
    • timeStamp

      public Instant timeStamp()
      Returns the value of the timeStamp record component.
      Returns:
      the value of the timeStamp record component
    • argumentSignatures

      public class_7450 argumentSignatures()
      Returns the value of the argumentSignatures record component.
      Returns:
      the value of the argumentSignatures record component