Package net.minecraft
Record Class class_9091
java.lang.Object
java.lang.Record
net.minecraft.class_9091
- Record Components:
key-payload-
- All Implemented Interfaces:
Packet<class_9090>
public record class_9091(Identifier key, @org.jetbrains.annotations.Nullable byte[] payload)
extends Record
implements Packet<class_9090>
- Mappings:
Namespace Name official aaeintermediary net/minecraft/class_9091named net/minecraft/class_9091official bintermediary comp_2195named keyofficial cintermediary comp_2196named payload
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,class_9091> private final IdentifierThe field for thekeyrecord component.private final @org.jetbrains.annotations.Nullable byte[]The field for thepayloadrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_9091(PacketByteBuf packetByteBuf) class_9091(Identifier identifier, @org.jetbrains.annotations.Nullable byte[] byte2) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(class_9090 class_9090) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.key()Returns the value of thekeyrecord component.private voidmethod_55853(PacketByteBuf packetByteBuf) @org.jetbrains.annotations.Nullable byte[]payload()Returns the value of thepayloadrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, method_55943
-
Field Details
-
key
The field for thekeyrecord component. -
payload
The field for thepayloadrecord component. -
field_47895
- Mappings:
Namespace Name Mixin selector official aLaae;a:Lxo;intermediary field_47895Lnet/minecraft/class_9091;field_47895:Lnet/minecraft/class_9139;named field_47895Lnet/minecraft/class_9091;field_47895:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9091
-
class_9091
public class_9091(Identifier identifier, @Nullable @org.jetbrains.annotations.Nullable byte[] byte2)
-
-
Method Details
-
method_55853
- Mappings:
Namespace Name Mixin selector official aLaae;a(Luq;)Vintermediary method_55853Lnet/minecraft/class_9091;method_55853(Lnet/minecraft/class_2540;)Vnamed method_55853Lnet/minecraft/class_9091;method_55853(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<class_9090>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
apply
- Specified by:
applyin interfacePacket<class_9090>- Mappings:
Namespace Name Mixin selector official aLaae;a(Laad;)Vintermediary method_55852Lnet/minecraft/class_9091;method_55852(Lnet/minecraft/class_9090;)Vnamed applyLnet/minecraft/class_9091;apply(Lnet/minecraft/class_9090;)V
-
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). -
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-
payload
Returns the value of thepayloadrecord component.- Returns:
- the value of the
payloadrecord component
-