Package net.minecraft
Record Class class_8212
java.lang.Object
java.lang.Record
net.minecraft.class_8212
- Record Components:
chunkBiomeData-
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public record class_8212(List<class_8212.class_8213> chunkBiomeData)
extends Record
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official vrintermediary net/minecraft/class_8212named net/minecraft/class_8212official aintermediary comp_1313named chunkBiomeData
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<class_8212.class_8213>The field for thechunkBiomeDatarecord component.private static final int -
Constructor Summary
ConstructorsConstructorDescriptionclass_8212(List<class_8212.class_8213> list) class_8212(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) Returns the value of thechunkBiomeDatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_8212method_49685(List<WorldChunk> list) 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
-
Field Details
-
chunkBiomeData
The field for thechunkBiomeDatarecord component. -
field_43094
private static final int field_43094- See Also:
- Mappings:
Namespace Name Mixin selector official bLvr;b:Iintermediary field_43094Lnet/minecraft/class_8212;field_43094:Inamed field_43094Lnet/minecraft/class_8212;field_43094:I
-
-
Constructor Details
-
class_8212
-
class_8212
-
-
Method Details
-
method_49685
- Mappings:
Namespace Name Mixin selector official aLvr;a(Ljava/util/List;)Lvr;intermediary method_49685Lnet/minecraft/class_8212;method_49685(Ljava/util/List;)Lnet/minecraft/class_8212;named method_49685Lnet/minecraft/class_8212;method_49685(Ljava/util/List;)Lnet/minecraft/class_8212;
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLva;a(Lsr;)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<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLvr;a(Lvd;)Vintermediary method_49687Lnet/minecraft/class_8212;method_49687(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/class_8212;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)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). -
chunkBiomeData
Returns the value of thechunkBiomeDatarecord component.- Returns:
- the value of the
chunkBiomeDatarecord component
-