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

EndCombatEventPacket

class

Declaration

[ProtocolSupport(755, 776)]
[Packet("play.toClient.end_combat_event", PacketPhase.Play, PacketDirection.Clientbound)]
[PacketField("Duration", "int")]
[PacketField("EntityId", "int", Group = "V755_762", From = 755, To = 762)]
public sealed record EndCombatEventPacket : IPacket<EndCombatEventPacket>, IProtocolType<EndCombatEventPacket>, IPacket
NamespaceMcProtoNet.Protocol.Packets.Play.Clientbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/EndCombatEventPacket.cs#L5 ↗

Implements: IPacket<EndCombatEventPacket>, IProtocolType<EndCombatEventPacket>, IPacket

Constructors

SignatureDescription
EndCombatEventPacket(int Duration, EndCombatEventPacket.V755_762Layer? V755_762 = null)-

EndCombatEventPacket(int, V755_762Layer?)

public EndCombatEventPacket(int Duration, EndCombatEventPacket.V755_762Layer? V755_762 = null)

Parameters: Duration (Int32), V755_762 (Nullable<V755_762Layer>)

Properties

SignatureDescription
int Duration-
static PacketIdentity IdentityGets the identity of the packet type.
EndCombatEventPacket.V755_762Layer? V755_762-

Duration

public int Duration { get; init; }

Returns: Int32

Identity

public static PacketIdentity Identity { get; }

Gets the identity of the packet type.

Returns: PacketIdentity

V755_762

public EndCombatEventPacket.V755_762Layer? V755_762 { get; init; }

Returns: Nullable<V755_762Layer>

Methods

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

Reads a value of type EndCombatEventPacket from the specified reader.

Parameters: reader (MinecraftPrimitiveReader), protocolVersion (Int32)

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