Record Class CustomPayloadS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.CustomPayloadS2CPacket
- Record Components:
data-
- All Implemented Interfaces:
Packet<class_8705>
- Mappings:
Namespace Name official vaintermediary net/minecraft/class_2658named net/minecraft/network/packet/s2c/play/CustomPayloadS2CPacketofficial aintermediary comp_1646named data
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_8710The field for thedatarecord component.private static final Map<Identifier,PacketByteBuf.PacketReader<? extends class_8710>> private static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(class_8705 class_8705) data()Returns the value of thedatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static class_8710method_53023(Identifier identifier, PacketByteBuf packetByteBuf) private static class_8711method_53025(Identifier identifier, PacketByteBuf packetByteBuf) final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) 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_52273
-
Field Details
-
data
The field for thedatarecord component. -
MAX_PAYLOAD_SIZE
private static final int MAX_PAYLOAD_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official bLva;b:Iintermediary field_33326Lnet/minecraft/class_2658;field_33326:Inamed MAX_PAYLOAD_SIZELnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;MAX_PAYLOAD_SIZE:I
-
field_45693
- Mappings:
Namespace Name Mixin selector official cLva;c:Ljava/util/Map;intermediary field_45693Lnet/minecraft/class_2658;field_45693:Ljava/util/Map;named field_45693Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;field_45693:Ljava/util/Map;
-
-
Constructor Details
-
CustomPayloadS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lva;<init>(Lsh;)Vintermediary <init>Lnet/minecraft/class_2658;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
CustomPayloadS2CPacket
-
-
Method Details
-
method_53023
- Mappings:
Namespace Name Mixin selector official aLva;a(Laep;Lsh;)Lvo;intermediary method_53023Lnet/minecraft/class_2658;method_53023(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8710;named method_53023Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;method_53023(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8710;
-
method_53025
- Mappings:
Namespace Name Mixin selector official bLva;b(Laep;Lsh;)Lvp;intermediary method_53025Lnet/minecraft/class_2658;method_53025(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8711;named method_53025Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;method_53025(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8711;
-
write
- Specified by:
writein interfacePacket<class_8705>- Mappings:
Namespace Name Mixin selector official aLuw;a(Lsh;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<class_8705>- Mappings:
Namespace Name Mixin selector official aLva;a(Luz;)Vintermediary method_53024Lnet/minecraft/class_2658;method_53024(Lnet/minecraft/class_8705;)Vnamed applyLnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;apply(Lnet/minecraft/class_8705;)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). -
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-