Cuberite
A lightweight, fast and extensible game server for Minecraft
Palette_1_13.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "BlockState.h"
4 #include "Registries/Items.h"
6 
7 namespace Palette_1_13
8 {
10  UInt32 From(Item ID);
12  Item ToItem(UInt32 ID);
13 }
unsigned int UInt32
Definition: Globals.h:157
CustomStatistic
Item
Definition: Items.h:4
UInt32 From(const BlockState Block)
Definition: Palette_1_13.cpp:7
Item ToItem(const UInt32 ID)
Represents the state of a single block (previously known as "block meta").
Definition: BlockState.h:20