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 named net/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serializedintermediary net/minecraft/class_8212$class_8213official acu$anamed posintermediary comp_1314official anamed bufferintermediary comp_1315official b
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSerialized(PacketByteBuf buf) Serialized(ChunkPos chunkPos, byte[] byte2) Serialized(WorldChunk chunk) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]buffer()Returns the value of thebufferrecord component.final booleanIndicates whether some other object is "equal to" this one.private static intgetTotalPacketSize(WorldChunk chunk) final inthashCode()Returns a hash code value for this object.pos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.private ByteBufvoidwrite(PacketByteBuf buf) static voidwrite(PacketByteBuf buf, WorldChunk chunk)
-
Field Details
-
Constructor Details
-
Serialized
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;<init>(Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary <init>Lnet/minecraft/class_8212$class_8213;<init>(Lnet/minecraft/class_2818;)Vofficial <init>Lacu$a;<init>(Ledx;)V
-
Serialized
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_8212$class_8213;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lacu$a;<init>(Lvy;)V
-
Serialized
-
-
Method Details
-
getTotalPacketSize
- Mappings:
Namespace Name Mixin selector named getTotalPacketSizeLnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;getTotalPacketSize(Lnet/minecraft/world/chunk/WorldChunk;)Iintermediary method_49689Lnet/minecraft/class_8212$class_8213;method_49689(Lnet/minecraft/class_2818;)Iofficial aLacu$a;a(Ledx;)I
-
toReadingBuf
- Mappings:
Namespace Name Mixin selector named toReadingBufLnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;toReadingBuf()Lnet/minecraft/network/PacketByteBuf;intermediary method_49688Lnet/minecraft/class_8212$class_8213;method_49688()Lnet/minecraft/class_2540;official aLacu$a;a()Lvy;
-
toWritingBuf
- Mappings:
Namespace Name Mixin selector named toWritingBufLnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;toWritingBuf()Lio/netty/buffer/ByteBuf;intermediary method_49692Lnet/minecraft/class_8212$class_8213;method_49692()Lio/netty/buffer/ByteBuf;official dLacu$a;d()Lio/netty/buffer/ByteBuf;
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;write(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary method_49691Lnet/minecraft/class_8212$class_8213;method_49691(Lnet/minecraft/class_2540;Lnet/minecraft/class_2818;)Vofficial aLacu$a;a(Lvy;Ledx;)V
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket$Serialized;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_49690Lnet/minecraft/class_8212$class_8213;method_49690(Lnet/minecraft/class_2540;)Vofficial aLacu$a;a(Lvy;)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 theposrecord component.- Returns:
- the value of the
posrecord component
-
buffer
public byte[] buffer()Returns the value of thebufferrecord component.- Returns:
- the value of the
bufferrecord component
-