summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-11 21:20:41 +0100
committerMattes D <github@xoft.cz>2014-01-11 21:20:41 +0100
commit498fb5b675c48813a98e3fec8cd1d819a49eadd9 (patch)
tree54572f19fe2c4240cee14ec564b8830a8cabd9ac /src/BlockID.h
parentRemoved unused variables. (diff)
parentGlobals.h needs to be first include (diff)
downloadcuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar.gz
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar.bz2
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar.lz
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar.xz
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.tar.zst
cuberite-498fb5b675c48813a98e3fec8cd1d819a49eadd9.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 288719ccf..899336fa6 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -876,9 +876,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 biome string to biome enum. Takes either a number or a biome alias (built-in). Returns -1 on failure.
-extern EMCSBiome StringToBiome(const AString & a_BiomeString);
-
/// Translates a mob string ("ocelot") to mobtype (E_ENTITY_TYPE_OCELOT)
extern int StringToMobType(const AString & a_MobString);