import com.google.common.collect.LinkedListMultimap;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.runehive.Config;
import com.runehive.game.world.entity.combat.attack.FightType;
import com.runehive.game.world.entity.combat.ranged.RangedAmmunition;
import com.runehive.game.world.entity.combat.ranged.RangedWeaponDefinition;
import com.runehive.game.world.entity.combat.ranged.RangedWeaponType;
import com.runehive.game.world.entity.combat.weapon.WeaponInterface;
import com.runehive.game.world.entity.mob.MobAnimation;
import com.runehive.game.world.items.containers.equipment.EquipmentType;
import com.runehive.util.parser.GsonParser;
import com.runehive.util.parser.JsonSaver;
import org.jire.runehiveps.defs.ItemDefLoader;
import java.util.*;
import com.runehive.game.world.entity.combat.CombatConstants.*;
Go to the source code of this file.