Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Variables
DungeonRoomsFinisher.cpp File Reference
#include "Globals.h"
#include "DungeonRoomsFinisher.h"
#include "../BlockInfo.h"
#include "../FastRandom.h"
#include "../BlockEntities/ChestEntity.h"
#include "../BlockEntities/MobSpawnerEntity.h"
Include dependency graph for DungeonRoomsFinisher.cpp:

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...
 

Variable Documentation

◆ ROOM_HEIGHT

const int ROOM_HEIGHT = 4
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.