voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
BlockEntityMapAllocator
voxelman
world
blockentity
blockentitymap
Undocumented in source.
struct
BlockEntityMapAllocator {
void
[]
allocate
(size_t bytes);
bool
deallocate
(void[] b);
static shared
BlockEntityMapAllocator
instance
;
}
Members
Functions
allocate
void
[]
allocate
(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool
deallocate
(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
instance
BlockEntityMapAllocator
instance
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
blockentity
blockentitymap
aliases
BlockEntityMap
functions
getHashMapFromLayer
setLayerMap
structs
BlockEntityMapAllocator
ExtraMapData