Record Class ChunkBiomeDataS2CPacket.Serialized
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.ChunkBiomeDataS2CPacket.Serialized
- Record Components:
pos
-buffer
-
- Enclosing class:
ChunkBiomeDataS2CPacket
- Mappings:
Namespace Name official vs$a
intermediary net/minecraft/class_8212$class_8213
named net/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized
official a
intermediary comp_1314
named pos
official b
intermediary comp_1315
named buffer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSerialized
(PacketByteBuf buf) Serialized
(ChunkPos chunkPos, byte[] byte2) Serialized
(WorldChunk chunk) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
buffer()
Returns the value of thebuffer
record component.final boolean
Indicates whether some other object is "equal to" this one.private static int
getTotalPacketSize
(WorldChunk chunk) final int
hashCode()
Returns a hash code value for this object.pos()
Returns the value of thepos
record component.final String
toString()
Returns a string representation of this record class.private ByteBuf
void
write
(PacketByteBuf buf) static void
write
(PacketByteBuf buf, WorldChunk chunk)
-
Field Details
-
Constructor Details
-
Serialized
- Mappings:
Namespace Name Mixin selector official <init>
Lvs$a;<init>(Lddy;)V
intermediary <init>
Lnet/minecraft/class_8212$class_8213;<init>(Lnet/minecraft/class_2818;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;<init>(Lnet/minecraft/world/chunk/WorldChunk;)V
-
Serialized
- Mappings:
Namespace Name Mixin selector official <init>
Lvs$a;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_8212$class_8213;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
Serialized
-
-
Method Details
-
getTotalPacketSize
- Mappings:
Namespace Name Mixin selector official a
Lvs$a;a(Lddy;)I
intermediary method_49689
Lnet/minecraft/class_8212$class_8213;method_49689(Lnet/minecraft/class_2818;)I
named getTotalPacketSize
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;getTotalPacketSize(Lnet/minecraft/world/chunk/WorldChunk;)I
-
toReadingBuf
- Mappings:
Namespace Name Mixin selector official a
Lvs$a;a()Lss;
intermediary method_49688
Lnet/minecraft/class_8212$class_8213;method_49688()Lnet/minecraft/class_2540;
named toReadingBuf
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;toReadingBuf()Lnet/minecraft/network/PacketByteBuf;
-
toWritingBuf
- Mappings:
Namespace Name Mixin selector official d
Lvs$a;d()Lio/netty/buffer/ByteBuf;
intermediary method_49692
Lnet/minecraft/class_8212$class_8213;method_49692()Lio/netty/buffer/ByteBuf;
named toWritingBuf
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;toWritingBuf()Lio/netty/buffer/ByteBuf;
-
write
- Mappings:
Namespace Name Mixin selector official a
Lvs$a;a(Lss;Lddy;)V
intermediary method_49691
Lnet/minecraft/class_8212$class_8213;method_49691(Lnet/minecraft/class_2540;Lnet/minecraft/class_2818;)V
named write
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;write(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/world/chunk/WorldChunk;)V
-
write
- Mappings:
Namespace Name Mixin selector official a
Lvs$a;a(Lss;)V
intermediary method_49690
Lnet/minecraft/class_8212$class_8213;method_49690(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;write(Lnet/minecraft/network/PacketByteBuf;)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)
. -
pos
Returns the value of thepos
record component.- Returns:
- the value of the
pos
record component
-
buffer
public byte[] buffer()Returns the value of thebuffer
record component.- Returns:
- the value of the
buffer
record component
-