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 BackpackLoadoutBackpackLoadout. bagged(String name)BackpackLoadoutBackpackLoadout. clone()BackpackLoadoutBackpackLoadout. clone(String name)BackpackLoadoutEquipmentLoadout. toBackpackLoadout()BackpackLoadoutEquipmentLoadout. toBackpackLoadout(String name)Methods in org.rspeer.game.config.item.loadout with parameters of type BackpackLoadout Modifier and Type Method Description voidBackpackLoadout. 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 BackpackLoadoutLoadoutService. getBackpackLoadout(String name)Methods in org.rspeer.game.service.loadout with parameters of type BackpackLoadout Modifier and Type Method Description voidLoadoutService. save(BackpackLoadout loadout)
-