Skip to main content

ResourcePackReceivePacket

class

Declaration

[ProtocolSupport(735, 776)]
[Packet("play.toServer.resource_pack_receive", PacketPhase.Play, PacketDirection.Serverbound)]
[PacketField("Result", "int")]
[PacketField("Uuid", "Guid", Group = "V765_Last", From = 765)]
public sealed record ResourcePackReceivePacket : IPacket<ResourcePackReceivePacket>, IProtocolType<ResourcePackReceivePacket>, IPacket
NamespaceMcProtoNet.Protocol.Packets.Play.Serverbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Serverbound/ResourcePackReceivePacket.cs#L6 ↗

Implements: IPacket<ResourcePackReceivePacket>, IProtocolType<ResourcePackReceivePacket>, IPacket

Constructors

SignatureDescription
ResourcePackReceivePacket(int Result, ResourcePackReceivePacket.V765_LastLayer? V765_Last = null)-

ResourcePackReceivePacket(int, V765_LastLayer?)

public ResourcePackReceivePacket(int Result, ResourcePackReceivePacket.V765_LastLayer? V765_Last = null)

Parameters: Result (Int32), V765_Last (Nullable<V765_LastLayer>)

Properties

SignatureDescription
static PacketIdentity IdentityGets the identity of the packet type.
int Result-
ResourcePackReceivePacket.V765_LastLayer? V765_Last-

Identity

public static PacketIdentity Identity { get; }

Gets the identity of the packet type.

Returns: PacketIdentity

Result

public int Result { get; init; }

Returns: Int32

V765_Last

public ResourcePackReceivePacket.V765_LastLayer? V765_Last { get; init; }

Returns: Nullable<V765_LastLayer>

Methods

SignatureDescription
static int GetPacketId(int protocolVersion)-
static ResourcePackReceivePacket Read(ref MinecraftPrimitiveReader reader, int protocolVersion)Reads a value of type ResourcePackReceivePacket from the specified reader.
static bool TryGetPacketId(int protocolVersion, out int id)Attempts to get the wire id of the packet for the specified protocol version.
void Write(MinecraftPrimitiveWriter writer, int protocolVersion)Writes the current value to the specified writer.

GetPacketId(int)

public static int GetPacketId(int protocolVersion)

Parameters: protocolVersion (Int32)

Returns: Int32

Read(ref MinecraftPrimitiveReader, int)

public static ResourcePackReceivePacket Read(ref MinecraftPrimitiveReader reader, int protocolVersion)

Reads a value of type ResourcePackReceivePacket from the specified reader.

Parameters: reader (MinecraftPrimitiveReader), protocolVersion (Int32)

Returns: ResourcePackReceivePacket - The value that was read.

TryGetPacketId(int, out int)

public static bool TryGetPacketId(int protocolVersion, out int id)

Attempts to get the wire id of the packet for the specified protocol version.

Parameters: protocolVersion (Int32), id (Int32)

Returns: Boolean - <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool"&gt;true&lt;/a> if the packet exists on the specified protocol version; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool"&gt;false&lt;/a>.

Write(MinecraftPrimitiveWriter, int)

public void Write(MinecraftPrimitiveWriter writer, int protocolVersion)

Writes the current value to the specified writer.

Parameters: writer (MinecraftPrimitiveWriter), protocolVersion (Int32)