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