|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
Public Attributes | |
| struct clod_region_opts | opts |
| _Atomic int32_t | inside |
| mutex | mtx |
| dir | d |
| size_t | cache_len |
| struct file_cache * | cache |
Definition at line 12 of file region_impl.h.
| struct clod_region_opts clod_region::opts |
Definition at line 13 of file region_impl.h.
| _Atomic int32_t clod_region::inside |
Definition at line 15 of file region_impl.h.
| mutex clod_region::mtx |
Definition at line 16 of file region_impl.h.
| dir clod_region::d |
Definition at line 17 of file region_impl.h.
| size_t clod_region::cache_len |
Definition at line 19 of file region_impl.h.
| struct file_cache* clod_region::cache |
Definition at line 20 of file region_impl.h.