summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Palettes/Palette_1_15.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-08-12 10:55:12 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2020-08-19 21:45:27 +0200
commitdbc81c35484d99915c5676f316cc21d27e54748d (patch)
treeab9b555663951290c16fc7aa41d225f817579ae2 /src/Protocol/Palettes/Palette_1_15.h
parentAdd Statistics and Achievements for newer Network standards (diff)
downloadcuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar.gz
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar.bz2
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar.lz
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar.xz
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.tar.zst
cuberite-dbc81c35484d99915c5676f316cc21d27e54748d.zip
Diffstat (limited to 'src/Protocol/Palettes/Palette_1_15.h')
-rw-r--r--src/Protocol/Palettes/Palette_1_15.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Protocol/Palettes/Palette_1_15.h b/src/Protocol/Palettes/Palette_1_15.h
index ff3d77f36..0a742b766 100644
--- a/src/Protocol/Palettes/Palette_1_15.h
+++ b/src/Protocol/Palettes/Palette_1_15.h
@@ -1,10 +1,12 @@
#pragma once
#include "../../Registries/Items.h"
+#include "../../Registries/Statistics.h"
namespace Palette_1_15
{
UInt32 FromBlock(short ID);
UInt32 FromItem(Item ID);
+ UInt32 From(Statistic ID);
Item ToItem(UInt32 ID);
}