sel-utils ~master (2018-02-05T12:12:47Z)
Dub
Repo
ResourcePackDataInfo.this
sul
protocol
bedrock160
play
ResourcePackDataInfo
Undocumented in source.
this
()
this
(string id, uint maxChunkSize, uint chunkCount, ulong compressedPackSize, string sha256)
class
ResourcePackDataInfo
pure nothrow @
safe
@
nogc
this
(
string
id
,
uint
maxChunkSize
= uint.
init
,
uint
chunkCount
= uint.
init
,
ulong
compressedPackSize
= ulong.
init
,
string
sha256
=
string.init
)
Meta
Source
See Implementation
sul
protocol
bedrock160
play
ResourcePackDataInfo
constructors
this
functions
decode
encode
toString
static functions
fromBuffer
variables
CLIENTBOUND
FIELDS
ID
SERVERBOUND
chunkCount
compressedPackSize
id
maxChunkSize
sha256