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