Package net.minecraft.network.message
Record Class ArgumentSignatureDataMap
java.lang.Object
java.lang.Record
net.minecraft.network.message.ArgumentSignatureDataMap
- Record Components:
entries
-
A record holding the signatures for all signable arguments of an executed command.
- See Also:
- Mappings:
Namespace Name official dv
intermediary net/minecraft/class_7450
named net/minecraft/network/message/ArgumentSignatureDataMap
official b
intermediary comp_912
named entries
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
A functional interface that signs an argument of a command.static final record
An entry of the signatures map, consisting of the argument's name and signature data. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ArgumentSignatureDataMap
private final List<ArgumentSignatureDataMap.Entry>
The field for theentries
record component.private static final int
private static final int
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionentries()
Returns the value of theentries
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the signature data forargumentName
, ornull
if the argument name is not present in this signatures.final int
hashCode()
Returns a hash code value for this object.static boolean
hasSignedArgument
(DecoratableArgumentList<?> arguments) Returns whether the parsed arguments includeSignedArgumentType
.private static <T> String
resultToString
(SignedArgumentType<T> type, com.mojang.brigadier.context.ParsedArgument<?, ?> argument) static ArgumentSignatureDataMap
sign
(DecoratableArgumentList<?> arguments, ArgumentSignatureDataMap.ArgumentSigner signer) Returns the signature map witharguments
signed withsigner
.toNameValuePairs
(DecoratableArgumentList<?> arguments) Returnsarguments
converted to a list of signed name/value pairs.final String
toString()
Returns a string representation of this record class.void
write
(PacketByteBuf buf)
-
Field Details
-
entries
The field for theentries
record component. -
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Ldv;a:Ldv;
intermediary field_39807
Lnet/minecraft/class_7450;field_39807:Lnet/minecraft/class_7450;
named EMPTY
Lnet/minecraft/network/message/ArgumentSignatureDataMap;EMPTY:Lnet/minecraft/network/message/ArgumentSignatureDataMap;
-
MAX_ARGUMENTS
private static final int MAX_ARGUMENTS- See Also:
- Mappings:
Namespace Name Mixin selector official c
Ldv;c:I
intermediary field_39418
Lnet/minecraft/class_7450;field_39418:I
named MAX_ARGUMENTS
Lnet/minecraft/network/message/ArgumentSignatureDataMap;MAX_ARGUMENTS:I
-
MAX_ARGUMENT_NAME_LENGTH
private static final int MAX_ARGUMENT_NAME_LENGTH- See Also:
- Mappings:
Namespace Name Mixin selector official d
Ldv;d:I
intermediary field_39185
Lnet/minecraft/class_7450;field_39185:I
named MAX_ARGUMENT_NAME_LENGTH
Lnet/minecraft/network/message/ArgumentSignatureDataMap;MAX_ARGUMENT_NAME_LENGTH:I
-
-
Constructor Details
-
ArgumentSignatureDataMap
- Mappings:
Namespace Name Mixin selector official <init>
Ldv;<init>(Lqx;)V
intermediary <init>
Lnet/minecraft/class_7450;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/message/ArgumentSignatureDataMap;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
ArgumentSignatureDataMap
-
-
Method Details
-
get
Returns the signature data forargumentName
, ornull
if the argument name is not present in this signatures.- Returns:
- the signature data for
argumentName
, ornull
if the argument name is not present in this signatures - Mappings:
Namespace Name Mixin selector official a
Ldv;a(Ljava/lang/String;)Lrz;
intermediary method_43748
Lnet/minecraft/class_7450;method_43748(Ljava/lang/String;)Lnet/minecraft/class_7469;
named get
Lnet/minecraft/network/message/ArgumentSignatureDataMap;get(Ljava/lang/String;)Lnet/minecraft/network/message/MessageSignatureData;
-
write
- Mappings:
Namespace Name Mixin selector official a
Ldv;a(Lqx;)V
intermediary method_43749
Lnet/minecraft/class_7450;method_43749(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/message/ArgumentSignatureDataMap;write(Lnet/minecraft/network/PacketByteBuf;)V
-
hasSignedArgument
Returns whether the parsed arguments includeSignedArgumentType
.- Returns:
- whether the parsed arguments include
SignedArgumentType
- Mappings:
Namespace Name Mixin selector official a
Ldv;a(Lse;)Z
intermediary method_44910
Lnet/minecraft/class_7450;method_44910(Lnet/minecraft/class_7644;)Z
named hasSignedArgument
Lnet/minecraft/network/message/ArgumentSignatureDataMap;hasSignedArgument(Lnet/minecraft/command/argument/DecoratableArgumentList;)Z
-
sign
public static ArgumentSignatureDataMap sign(DecoratableArgumentList<?> arguments, ArgumentSignatureDataMap.ArgumentSigner signer) Returns the signature map witharguments
signed withsigner
.- Returns:
- the signature map with
arguments
signed withsigner
- Mappings:
Namespace Name Mixin selector official a
Ldv;a(Lse;Ldv$b;)Ldv;
intermediary method_44797
Lnet/minecraft/class_7450;method_44797(Lnet/minecraft/class_7644;Lnet/minecraft/class_7450$class_7600;)Lnet/minecraft/class_7450;
named sign
Lnet/minecraft/network/message/ArgumentSignatureDataMap;sign(Lnet/minecraft/command/argument/DecoratableArgumentList;Lnet/minecraft/network/message/ArgumentSignatureDataMap$ArgumentSigner;)Lnet/minecraft/network/message/ArgumentSignatureDataMap;
-
toNameValuePairs
public static List<com.mojang.datafixers.util.Pair<String,String>> toNameValuePairs(DecoratableArgumentList<?> arguments) Returnsarguments
converted to a list of signed name/value pairs.- Returns:
arguments
converted to a list of signed name/value pairs- Mappings:
Namespace Name Mixin selector official b
Ldv;b(Lse;)Ljava/util/List;
intermediary method_45020
Lnet/minecraft/class_7450;method_45020(Lnet/minecraft/class_7644;)Ljava/util/List;
named toNameValuePairs
Lnet/minecraft/network/message/ArgumentSignatureDataMap;toNameValuePairs(Lnet/minecraft/command/argument/DecoratableArgumentList;)Ljava/util/List;
-
resultToString
private static <T> String resultToString(SignedArgumentType<T> type, com.mojang.brigadier.context.ParsedArgument<?, ?> argument) - Mappings:
Namespace Name Mixin selector official a
Ldv;a(Leu;Lcom/mojang/brigadier/context/ParsedArgument;)Ljava/lang/String;
intermediary method_43747
Lnet/minecraft/class_7450;method_43747(Lnet/minecraft/class_7451;Lcom/mojang/brigadier/context/ParsedArgument;)Ljava/lang/String;
named resultToString
Lnet/minecraft/network/message/ArgumentSignatureDataMap;resultToString(Lnet/minecraft/command/argument/SignedArgumentType;Lcom/mojang/brigadier/context/ParsedArgument;)Ljava/lang/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. -
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. -
equals
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 withObjects::equals(Object,Object)
. -
entries
Returns the value of theentries
record component.- Returns:
- the value of the
entries
record component
-