From e2bd22d984d5662997c9e03097152546f0370b04 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 28 Oct 2012 20:01:27 +1100 Subject: No idea why this still refuses to compile locally. Stupid ant. --- Essentials/src/com/earth2me/essentials/Mob.java | 8 ++++---- lib/craftbukkit.jar | Bin 11737753 -> 14589221 bytes 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Essentials/src/com/earth2me/essentials/Mob.java b/Essentials/src/com/earth2me/essentials/Mob.java index 346f1d7ef..151cef199 100644 --- a/Essentials/src/com/earth2me/essentials/Mob.java +++ b/Essentials/src/com/earth2me/essentials/Mob.java @@ -37,9 +37,9 @@ public enum Mob MAGMACUBE("MagmaCube", Enemies.ENEMY, EntityType.MAGMA_CUBE), SNOWMAN("Snowman", Enemies.FRIENDLY, "", EntityType.SNOWMAN), OCELOT("Ocelot", Enemies.NEUTRAL, EntityType.OCELOT), - IRONGOLEM("IronGolem", Enemies.NEUTRAL, EntityType.IRON_GOLEM); - WITHER("Wither", Enemies.ENEMY, EntityType.WITHER); - BAT("Bat", Enemies.NEUTRAL, EntityType.BAT); + IRONGOLEM("IronGolem", Enemies.NEUTRAL, EntityType.IRON_GOLEM), + WITHER("Wither", Enemies.ENEMY, EntityType.WITHER), + BAT("Bat", Enemies.NEUTRAL, EntityType.BAT), WITCH("Witch", Enemies.ENEMY, EntityType.WITCH); public static final Logger logger = Logger.getLogger("Minecraft"); @@ -71,7 +71,7 @@ public enum Mob hashMap.put(mob.name.toLowerCase(Locale.ENGLISH), mob); } } - + public static Set getMobList() { return Collections.unmodifiableSet(hashMap.keySet()); } diff --git a/lib/craftbukkit.jar b/lib/craftbukkit.jar index e2d918bb5..9720f49bd 100644 Binary files a/lib/craftbukkit.jar and b/lib/craftbukkit.jar differ -- cgit v1.2.3