SetTitleTimePacket

data class SetTitleTimePacket(val fadeIn: Int, val stay: Int, val fadeOut: Int) : ClientBoundPacket

Set Title Animation Times | 0x5c | play | clientbound

Parameters

fadeIn

fadeIn

stay

stay

fadeOut

fadeOut

See also

Constructors

Link copied to clipboard
constructor(fadeIn: Int, stay: Int, fadeOut: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val fadeIn: Int
Link copied to clipboard
Link copied to clipboard
val stay: Int