Package net.minecraft
Record Class class_7450
java.lang.Object
java.lang.Record
net.minecraft.class_7450
- Record Components:
salt-signatures-
- Mappings:
Namespace Name official dvintermediary net/minecraft/class_7450named net/minecraft/class_7450official aintermediary comp_778named saltofficial bintermediary comp_779named signatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final longThe field for thesaltrecord component.The field for thesignaturesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7450(long long2, Map<String, byte[]> map) class_7450(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_7450method_43746(com.mojang.brigadier.context.CommandContextBuilder<?> commandContextBuilder) private static <T> Textmethod_43747(class_7451<T> class_7451, com.mojang.brigadier.context.ParsedArgument<?, ?> parsedArgument) method_43748(String string) voidmethod_43749(PacketByteBuf packetByteBuf) longsalt()Returns the value of thesaltrecord component.Returns the value of thesignaturesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
salt
private final long saltThe field for thesaltrecord component. -
signatures
The field for thesignaturesrecord component. -
field_39185
private static final int field_39185- See Also:
- Mappings:
Namespace Name Mixin selector official cLdv;c:Iintermediary field_39185Lnet/minecraft/class_7450;field_39185:Inamed field_39185Lnet/minecraft/class_7450;field_39185:I
-
-
Constructor Details
-
class_7450
-
class_7450
-
-
Method Details
-
method_43745
- Mappings:
Namespace Name Mixin selector official aLdv;a()Ldv;intermediary method_43745Lnet/minecraft/class_7450;method_43745()Lnet/minecraft/class_7450;named method_43745Lnet/minecraft/class_7450;method_43745()Lnet/minecraft/class_7450;
-
method_43748
- Mappings:
Namespace Name Mixin selector official aLdv;a(Ljava/lang/String;)Lakb$b;intermediary method_43748Lnet/minecraft/class_7450;method_43748(Ljava/lang/String;)Lnet/minecraft/class_3515$class_7425;named method_43748Lnet/minecraft/class_7450;method_43748(Ljava/lang/String;)Lnet/minecraft/network/encryption/NetworkEncryptionUtils$SignatureData;
-
method_43749
- Mappings:
Namespace Name Mixin selector official aLdv;a(Lqs;)Vintermediary method_43749Lnet/minecraft/class_7450;method_43749(Lnet/minecraft/class_2540;)Vnamed method_43749Lnet/minecraft/class_7450;method_43749(Lnet/minecraft/network/PacketByteBuf;)V
-
method_43746
public static Map<String,Text> method_43746(com.mojang.brigadier.context.CommandContextBuilder<?> commandContextBuilder) - Mappings:
Namespace Name Mixin selector official aLdv;a(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/Map;intermediary method_43746Lnet/minecraft/class_7450;method_43746(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/Map;named method_43746Lnet/minecraft/class_7450;method_43746(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/Map;
-
method_43747
private static <T> Text method_43747(class_7451<T> class_7451, com.mojang.brigadier.context.ParsedArgument<?, ?> parsedArgument) - Mappings:
Namespace Name Mixin selector official aLdv;a(Let;Lcom/mojang/brigadier/context/ParsedArgument;)Lrf;intermediary method_43747Lnet/minecraft/class_7450;method_43747(Lnet/minecraft/class_7451;Lcom/mojang/brigadier/context/ParsedArgument;)Lnet/minecraft/class_2561;named method_43747Lnet/minecraft/class_7450;method_43747(Lnet/minecraft/class_7451;Lcom/mojang/brigadier/context/ParsedArgument;)Lnet/minecraft/text/Text;
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
salt
public long salt()Returns the value of thesaltrecord component.- Returns:
- the value of the
saltrecord component
-
signatures
Returns the value of thesignaturesrecord component.- Returns:
- the value of the
signaturesrecord component
-