soupply ~master (2018-09-02T09:28:20Z)
Dub
Repo
ResourcePackDataInfo.this
soupply
bedrock201
protocol
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
soupply
bedrock201
protocol
play
ResourcePackDataInfo
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
chunkCount
compressedPackSize
id
maxChunkSize
sha256