Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "BlockHandler.h"
#include "BlockSlab.h"
#include "BlockStairs.h"
#include "BlockType.h"
#include "Blocks/Mixins.h"
#include "../BlockInfo.h"
#include "../Chunk.h"
#include "ChunkDef.h"
Go to the source code of this file.
Classes | |
class | cBlockRailHandler |
Enumerations | |
enum | ENUM_PURE { E_PURE_UPDOWN = 0 , E_PURE_DOWN = 1 , E_PURE_NONE = 2 } |
enum ENUM_PURE |
Enumerator | |
---|---|
E_PURE_UPDOWN | |
E_PURE_DOWN | |
E_PURE_NONE |
Definition at line 16 of file BlockRail.h.