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 EquipmentLoadout
EquipmentLoadout. clone()
EquipmentLoadout
EquipmentLoadout. clone(String name)
static EquipmentLoadout
EquipmentLoadout. worn(String name)
Methods in org.rspeer.game.config.item.loadout with parameters of type EquipmentLoadout Modifier and Type Method Description void
BackpackLoadout. add(EquipmentLoadout other)
Appends anEquipmentLoadout
to 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 EquipmentLoadout
LoadoutService. getEquipmentLoadout(String name)
-