diff options
author | Bill Derouin <derouinbill@gmail.com> | 2014-01-09 22:21:46 +0100 |
---|---|---|
committer | Bill Derouin <derouinbill@gmail.com> | 2014-01-09 22:21:46 +0100 |
commit | cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2 (patch) | |
tree | 80d9035725f4996f48237e253a94ce16c3ef8e00 /src/BlockID.h | |
parent | Debuggers: Test code for WECUI plugin messaging. (diff) | |
download | cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar.gz cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar.bz2 cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar.lz cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar.xz cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.tar.zst cuberite-cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 3 |
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); |