Cuberite
A lightweight, fast and extensible game server for Minecraft
ItemDefaultItem.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "ItemHandler.h"
5 
6 
7 
8 
9 
10 class cDefaultItemHandler final :
11  public cItemHandler
12 {
13 public:
14 
16 };
constexpr cItemHandler(int a_ItemType)
Definition: ItemHandler.h:37