Record Class ResourcePackStatusC2SPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.c2s.common.ResourcePackStatusC2SPacket
- Record Components:
id-status-
- All Implemented Interfaces:
Packet<ServerCommonPacketListener>
public record ResourcePackStatusC2SPacket(UUID id, ResourcePackStatusC2SPacket.Status status)
extends Record
implements Packet<ServerCommonPacketListener>
- Mappings:
Namespace Name official xvintermediary net/minecraft/class_2856named net/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacketofficial aintermediary comp_2163named idofficial bintermediary comp_2164named status
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerCommonPacketListener serverCommonPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.status()Returns the value of thestatusrecord component.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
getNewNetworkState, isWritingErrorSkippable
-
Field Details
-
Constructor Details
-
ResourcePackStatusC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lxv;<init>(Lui;)Vintermediary <init>Lnet/minecraft/class_2856;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
ResourcePackStatusC2SPacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLxf;a(Lui;)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<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLxv;a(Lxq;)Vintermediary method_12409Lnet/minecraft/class_2856;method_12409(Lnet/minecraft/class_8706;)Vnamed applyLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket;apply(Lnet/minecraft/network/listener/ServerCommonPacketListener;)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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-