soupply v2.54.0 (2018-07-23T09:50:22Z)
Dub
Repo
ResourcePackDataInfo.this
soupply
bedrock137
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
bedrock137
protocol
play
ResourcePackDataInfo
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
chunkCount
compressedPackSize
id
maxChunkSize
sha256