voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
MultiblockChangePacket
voxelman
core
packets
Undocumented in source.
struct
MultiblockChangePacket {
struct
BlockChange
via
import
voxelman
.
world
.
storage
.
chunk
:
BlockChange
;
;
int
[
4
]
chunkPos
;
BlockChange
[]
blockChanges
;
}
Members
Variables
blockChanges
BlockChange
[]
blockChanges
;
Undocumented in source.
chunkPos
int
[
4
]
chunkPos
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
core
packets
functions
registerPackets
structs
ChunkDataPacket
ClientPositionPacket
CommandPacket
FillBlockBoxPacket
MultiblockChangePacket
PlaceBlockEntityPacket
RemoveBlockEntityPacket
SpawnPacket
ViewRadiusPacket