ProfilelessChatPacket

data class ProfilelessChatPacket(val message: String, val type: Int, val name: String, val hasTarget: Boolean, val target: String?) : ClientBoundPacket

Disguised Chat Message | 0x18 | play | clientbound

Parameters

message

message

type

type

name

name

hasTarget

target is present

target

target

See also

Constructors

Link copied to clipboard
constructor(message: String, type: Int, name: String, hasTarget: Boolean, target: String?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int