summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-10-05 22:09:19 +0200
committermadmaxoft <github@xoft.cz>2014-10-05 22:09:19 +0200
commit77c5b410e653433a17c7cf25b115dae4c25bdbd2 (patch)
tree9c83562622c5f554355ddd2ca54605aa04379627 /src/BlockID.h
parentFixed typo. (diff)
downloadcuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar.gz
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar.bz2
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar.lz
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar.xz
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.tar.zst
cuberite-77c5b410e653433a17c7cf25b115dae4c25bdbd2.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index 69b5e2fe0..e36843422 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -1005,9 +1005,6 @@ extern AString ItemTypeToString(short a_ItemType);
/// Translates a full item into a fully-specified string (including meta and count). If the ItemType is not recognized, the ItemType number is output into the string.
extern AString ItemToFullString(const cItem & a_Item);
-/// Translates a mob string ("ocelot") to mobtype (E_ENTITY_TYPE_OCELOT)
-extern int StringToMobType(const AString & a_MobString);
-
/// Translates a dimension string to dimension enum. Takes either a number or a dimension alias (built-in). Returns dimOverworld on failure
extern eDimension StringToDimension(const AString & a_DimensionString);