Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "DungeonRoomsFinisher.h"
#include "../BlockInfo.h"
#include "../FastRandom.h"
#include "../BlockEntities/ChestEntity.h"
#include "../BlockEntities/MobSpawnerEntity.h"
Go to the source code of this file.
Classes | |
class | cDungeonRoom |
Variables | |
static const int | ROOM_HEIGHT = 4 |
Height, in blocks, of the internal dungeon room open space. More... | |
|
static |
Height, in blocks, of the internal dungeon room open space.
This many air blocks Y-wise.
Definition at line 18 of file DungeonRoomsFinisher.cpp.