Перейти к основному содержимому

CustomReportDetailsPacket

class

Declaration

[ProtocolSupport(767, 776)]
[Packet("configuration.toServer.custom_report_details", PacketPhase.Configuration, PacketDirection.Serverbound)]
[PacketField("Details", "ReportDetail[]")]
public sealed record CustomReportDetailsPacket : IPacket<CustomReportDetailsPacket>, IProtocolType<CustomReportDetailsPacket>, IPacket
NamespaceMcProtoNet.Protocol.Packets.Configuration.Serverbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Configuration/Serverbound/CustomReportDetailsPacket.cs#L5 ↗

Implements: IPacket<CustomReportDetailsPacket>, IProtocolType<CustomReportDetailsPacket>, IPacket

Constructors

SignatureDescription
CustomReportDetailsPacket(ReportDetail[] Details)-

CustomReportDetailsPacket(ReportDetail[])

public CustomReportDetailsPacket(ReportDetail[] Details)

Parameters: Details (ReportDetail[])

Properties

SignatureDescription
ReportDetail[] Details-
static PacketIdentity IdentityGets the identity of the packet type.

Details

public ReportDetail[] Details { get; init; }

Returns: ReportDetail[]

Identity

public static PacketIdentity Identity { get; }

Gets the identity of the packet type.

Returns: PacketIdentity

Methods

SignatureDescription
static int GetPacketId(int protocolVersion)-
static CustomReportDetailsPacket Read(ref MinecraftPrimitiveReader reader, int protocolVersion)Reads a value of type CustomReportDetailsPacket 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 CustomReportDetailsPacket Read(ref MinecraftPrimitiveReader reader, int protocolVersion)

Reads a value of type CustomReportDetailsPacket from the specified reader.

Parameters: reader (MinecraftPrimitiveReader), protocolVersion (Int32)

Returns: CustomReportDetailsPacket - 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)