Cuberite
A lightweight, fast and extensible game server for Minecraft
BlockDefaultBlock.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
5 
6 
7 
8 class cDefaultBlockHandler final :
9  public cBlockHandler
10 {
11 public:
12 
14 };
constexpr cBlockHandler(BLOCKTYPE a_BlockType)
Definition: BlockHandler.h:29