diff options
Diffstat (limited to 'src/Protocol/Palettes/Palette_1_16.h')
-rw-r--r-- | src/Protocol/Palettes/Palette_1_16.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Protocol/Palettes/Palette_1_16.h b/src/Protocol/Palettes/Palette_1_16.h index 404af2d90..6e6e632ce 100644 --- a/src/Protocol/Palettes/Palette_1_16.h +++ b/src/Protocol/Palettes/Palette_1_16.h @@ -1,12 +1,13 @@ #pragma once -#include "../../Registries/Items.h" -#include "../../Registries/Statistics.h" +#include "BlockState.h" +#include "Registries/Items.h" +#include "Registries/Statistics.h" namespace Palette_1_16 { - UInt32 FromBlock(short ID); - UInt32 FromItem(Item ID); + UInt32 From(BlockState Block); + UInt32 From(Item ID); UInt32 From(Statistic ID); Item ToItem(UInt32 ID); } |