Skip to main content

ProfilelessChatPacket.V765_766Layer

readonly record struct

Declaration

public readonly record struct ProfilelessChatPacket.V765_766Layer
NamespaceMcProtoNet.Protocol.Packets.Play.Clientbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/ProfilelessChatPacket.cs#L23 ↗

Constructors

SignatureDescription
V765_766Layer(NbtTag Message, int Type, NbtTag Name, NbtTag? Target)-

V765_766Layer(NbtTag, int, NbtTag, NbtTag?)

public V765_766Layer(NbtTag Message, int Type, NbtTag Name, NbtTag? Target)

Parameters: Message (NbtTag), Type (Int32), Name (NbtTag), Target (NbtTag)

Properties

SignatureDescription
NbtTag Message-
NbtTag Name-
NbtTag? Target-
int Type-

Message

public NbtTag Message { get; init; }

Returns: NbtTag

Name

public NbtTag Name { get; init; }

Returns: NbtTag

Target

public NbtTag? Target { get; init; }

Returns: NbtTag

Type

public int Type { get; init; }

Returns: Int32