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

PlayerChatPacket.V770_LastLayer

readonly record struct

Declaration

public readonly record struct PlayerChatPacket.V770_LastLayer
NamespaceMcProtoNet.Protocol.Packets.Play.Clientbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/PlayerChatPacket.cs#L72 ↗

Constructors

SignatureDescription
V770_LastLayer(int GlobalIndex, int Index, string PlainMessage, PreviousMessage[] PreviousMessages, NbtTag? UnsignedChatContent, int FilterType, long[]? FilterTypeMask, RegistryOrInline<ChatTypes> ChatType, NbtTag NetworkName, NbtTag? NetworkTargetName)-

V770_LastLayer(int, int, string, PreviousMessage[], NbtTag?, int, long[]?, RegistryOrInline<ChatTypes>, NbtTag, NbtTag?)

public V770_LastLayer(int GlobalIndex, int Index, string PlainMessage, PreviousMessage[] PreviousMessages, NbtTag? UnsignedChatContent, int FilterType, long[]? FilterTypeMask, RegistryOrInline<ChatTypes> ChatType, NbtTag NetworkName, NbtTag? NetworkTargetName)

Parameters: GlobalIndex (Int32), Index (Int32), PlainMessage (String), PreviousMessages (PreviousMessage[]), UnsignedChatContent (NbtTag), FilterType (Int32), FilterTypeMask (Int64[]), ChatType (RegistryOrInline<ChatTypes>), NetworkName (NbtTag), NetworkTargetName (NbtTag)

Properties

SignatureDescription
RegistryOrInline<ChatTypes> ChatType-
int FilterType-
long[]? FilterTypeMask-
int GlobalIndex-
int Index-
NbtTag NetworkName-
NbtTag? NetworkTargetName-
string PlainMessage-
PreviousMessage[] PreviousMessages-
NbtTag? UnsignedChatContent-

ChatType

public RegistryOrInline<ChatTypes> ChatType { get; init; }

Returns: RegistryOrInline<ChatTypes>

FilterType

public int FilterType { get; init; }

Returns: Int32

FilterTypeMask

public long[]? FilterTypeMask { get; init; }

Returns: Int64[]

GlobalIndex

public int GlobalIndex { get; init; }

Returns: Int32

Index

public int Index { get; init; }

Returns: Int32

NetworkName

public NbtTag NetworkName { get; init; }

Returns: NbtTag

NetworkTargetName

public NbtTag? NetworkTargetName { get; init; }

Returns: NbtTag

PlainMessage

public string PlainMessage { get; init; }

Returns: String

PreviousMessages

public PreviousMessage[] PreviousMessages { get; init; }

Returns: PreviousMessage[]

UnsignedChatContent

public NbtTag? UnsignedChatContent { get; init; }

Returns: NbtTag