Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
BlockEntity.h File Reference
#include "ChunkDef.h"
Include dependency graph for BlockEntity.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ cBlockEntities

using cBlockEntities = std::unordered_map<size_t, OwnedBlockEntity>

Definition at line 17 of file BlockEntity.h.

◆ OwnedBlockEntity

using OwnedBlockEntity = std::unique_ptr<cBlockEntity>

Definition at line 16 of file BlockEntity.h.