Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "ChunkDef.h"
Go to the source code of this file.
Classes | |
class | cBlockEntity |
Typedefs | |
using | cBlockEntities = std::unordered_map< size_t, OwnedBlockEntity > |
using | OwnedBlockEntity = std::unique_ptr< cBlockEntity > |
using cBlockEntities = std::unordered_map<size_t, OwnedBlockEntity> |
Definition at line 17 of file BlockEntity.h.
using OwnedBlockEntity = std::unique_ptr<cBlockEntity> |
Definition at line 16 of file BlockEntity.h.