DeathCombatEventPacket.V755_762Layer
readonly record struct
Declaration
public readonly record struct DeathCombatEventPacket.V755_762Layer
| Namespace | McProtoNet.Protocol.Packets.Play.Clientbound |
| Assembly | McProtoNet.Protocol.dll |
| Source | src/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/DeathCombatEventPacket.cs#L15 ↗ |
Constructors
| Signature | Description |
|---|---|
V755_762Layer(int EntityId, string MessageJson) | - |
V755_762Layer(int, string)
public V755_762Layer(int EntityId, string MessageJson)
Parameters: EntityId (Int32), MessageJson (String)
Properties
| Signature | Description |
|---|---|
int EntityId | - |
string MessageJson | - |
EntityId
public int EntityId { get; init; }
Returns: Int32
MessageJson
public string MessageJson { get; init; }
Returns: String