voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
ChunkFreeList
server
Undocumented in source.
struct
ChunkFreeList {
BlockId
[][]
items
;
size_t
numItems
;
BlockId
[]
allocate
();
void
deallocate
(BlockId[] blocks);
}
Members
Functions
allocate
BlockId
[]
allocate
()
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
void
deallocate
(BlockId[] blocks)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
items
BlockId
[][]
items
;
Undocumented in source.
numItems
size_t
numItems
;
Undocumented in source.
Meta
Source
See Implementation
server
aliases
BlockId
ClientId
Timestamp
classes
Server
manifest constants
CHUNK_SIZE
structs
BlockChange
BlockChunkPos
BlockWorldPos
ChunkDataSnapshot
ChunkFreeList
ChunkWorldPos
Client
HashSet
Set