Uses of Class
org.rspeer.game.config.item.loadout.EquipmentLoadout
-
Packages that use EquipmentLoadout Package Description org.rspeer.game.config.item.loadout org.rspeer.game.service.loadout -
-
Uses of EquipmentLoadout in org.rspeer.game.config.item.loadout
Methods in org.rspeer.game.config.item.loadout that return EquipmentLoadout Modifier and Type Method Description EquipmentLoadoutEquipmentLoadout. clone()EquipmentLoadoutEquipmentLoadout. clone(String name)static EquipmentLoadoutEquipmentLoadout. worn(String name)Methods in org.rspeer.game.config.item.loadout with parameters of type EquipmentLoadout Modifier and Type Method Description voidBackpackLoadout. add(EquipmentLoadout other)Appends anEquipmentLoadoutto this loadout. -
Uses of EquipmentLoadout in org.rspeer.game.service.loadout
Methods in org.rspeer.game.service.loadout that return EquipmentLoadout Modifier and Type Method Description EquipmentLoadoutLoadoutService. getEquipmentLoadout(String name)Methods in org.rspeer.game.service.loadout with parameters of type EquipmentLoadout Modifier and Type Method Description voidLoadoutService. save(EquipmentLoadout loadout)
-