ResourcePackSendPacket

data class ResourcePackSendPacket(val url: String, val hash: String, val forced: Boolean, val hasPromptMessage: Boolean, val promptMessage: String?) : ClientBoundPacket

Resource Pack | 0x3c | play | clientbound

Parameters

url

url

hash

hash

forced

forced

hasPromptMessage

promptMessage is present

promptMessage

promptMessage

See also

Constructors

Link copied to clipboard
constructor(url: String, hash: String, forced: Boolean, hasPromptMessage: Boolean, promptMessage: 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 url: String