Package com.garbagemule.MobArena.waves.types

Examples of com.garbagemule.MobArena.waves.types.SpecialWave


        if (monsters == null || monsters.isEmpty()) {
            Messenger.warning(WaveError.MONSTER_MAP_MISSING.format(name, arena.configName()));
            return null;
        }
       
        SpecialWave result = new SpecialWave(monsters);
        return result;
    }
View Full Code Here

TOP

Related Classes of com.garbagemule.MobArena.waves.types.SpecialWave

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.