Opps. Thats for living disguises only

This commit is contained in:
Andrew 2013-11-15 09:10:35 +13:00
parent a6efee490d
commit 95262097ca
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,6 @@ import net.minecraft.server.v1_6_R3.WatchableObject;
import net.minecraft.server.v1_6_R3.World;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.craftbukkit.v1_6_R3.CraftWorld;

View file

@ -6,6 +6,9 @@ import java.util.HashSet;
import org.bukkit.Sound;
import org.bukkit.craftbukkit.v1_6_R3.CraftSound;
/**
* Only living disguises go in here!
*/
public enum DisguiseSound {
BAT(Sound.BAT_HURT, null, Sound.BAT_DEATH, Sound.BAT_IDLE, Sound.BAT_LOOP, Sound.BAT_TAKEOFF, Sound.FALL_BIG,
@ -42,8 +45,6 @@ public enum DisguiseSound {
IRON_GOLEM(Sound.IRONGOLEM_HIT, Sound.IRONGOLEM_WALK, Sound.IRONGOLEM_DEATH, Sound.IRONGOLEM_THROW),
LEASH_HITCH(),
MAGMA_CUBE(Sound.SLIME_ATTACK, Sound.SLIME_WALK2, null, null, Sound.SLIME_WALK),
MULE(Sound.DONKEY_HIT, Sound.STEP_GRASS, Sound.DONKEY_DEATH, Sound.DONKEY_IDLE),