PlayerChatPacket.V770_LastLayer
readonly record struct
Declaration
public readonly record struct PlayerChatPacket.V770_LastLayer
| Namespace | McProtoNet.Protocol.Packets.Play.Clientbound |
| Assembly | McProtoNet.Protocol.dll |
| Source | src/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/PlayerChatPacket.cs#L72 ↗ |
Constructors
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
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