![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "BlockHandler.h"
#include "ChunkInterface.h"
#include "../Item.h"
#include "../BlockEntities/BlockEntityWithItems.h"
Go to the source code of this file.
Classes | |
class | cBlockEntityHandler |
Wrapper for blocks that have a cBlockEntity descendant attached to them and can be "used" by the player. More... | |
class | cContainerEntityHandler< Base > |
Wrapper for blocks that have a cBlockEntityWithItems descendant attached to them. More... | |