Cuberite
A lightweight, fast and extensible game server for Minecraft
Functions
Temporary Namespace Reference

Functions

void RegisterAllBlockHandlers (BlockTypeRegistry &aRegistry)
 Registers all the BlockHandler descendants in the specified registry. More...
 

Function Documentation

void Temporary::RegisterAllBlockHandlers ( BlockTypeRegistry aRegistry)

Registers all the BlockHandler descendants in the specified registry.

Temporary, since this will later be performed in a plugin that provides the vanilla blocks.

Definition at line 606 of file BlockHandler.cpp.