summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Palettes/Palette_1_13.h
blob: 52aa70ea2d1d3139d1bc2a00475b8abf997140f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "BlockState.h"
#include "Registries/Items.h"
#include "Registries/CustomStatistics.h"

namespace Palette_1_13
{
	UInt32 From(BlockState Block);
	UInt32 From(Item ID);
	UInt32 From(CustomStatistic ID);
	Item ToItem(UInt32 ID);
}