blob: 02085aa2bffb492d1465eef331705e4dd2f45dd4 (
plain) (
tree)
|
|
#pragma once
#include "BlockState.h"
#include "Registries/Items.h"
#include "Registries/Statistics.h"
namespace Palette_1_13_1
{
UInt32 From(BlockState Block);
UInt32 From(Item ID);
UInt32 From(Statistic ID);
Item ToItem(UInt32 ID);
}
|