Uses of Class
org.rspeer.game.config.item.loadout.BackpackLoadout
-
Packages that use BackpackLoadout Package Description org.rspeer.game.config.item.loadout org.rspeer.game.service.loadout -
-
Uses of BackpackLoadout in org.rspeer.game.config.item.loadout
Methods in org.rspeer.game.config.item.loadout that return BackpackLoadout Modifier and Type Method Description static BackpackLoadout
BackpackLoadout. bagged(String name)
BackpackLoadout
BackpackLoadout. clone()
BackpackLoadout
BackpackLoadout. clone(String name)
BackpackLoadout
EquipmentLoadout. toBackpackLoadout(String name)
Methods in org.rspeer.game.config.item.loadout with parameters of type BackpackLoadout Modifier and Type Method Description void
BackpackLoadout. add(BackpackLoadout other)
Appends a loadout to this loadout -
Uses of BackpackLoadout in org.rspeer.game.service.loadout
Methods in org.rspeer.game.service.loadout that return BackpackLoadout Modifier and Type Method Description BackpackLoadout
LoadoutService. getBackpackLoadout(String name)
-