blob: b6f85d2d60e72f143adf7788f83c274209dcba1a (
plain) (
tree)
|
|
#pragma once
#include "BlockState.h"
#include "Registries/Items.h"
#include "Registries/CustomStatistics.h"
namespace Palette_1_16
{
UInt32 From(BlockState Block);
UInt32 From(Item ID);
UInt32 From(CustomStatistic ID);
Item ToItem(UInt32 ID);
}
|