Package org.rspeer.game.service.loadout
Class LoadoutService
- java.lang.Object
-
- org.rspeer.game.service.loadout.LoadoutService
-
-
Constructor Summary
Constructors Constructor Description LoadoutService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackpackLoadoutgetBackpackLoadout(String name)String[]getBackpackLoadoutNames()EquipmentLoadoutgetEquipmentLoadout(String name)String[]getEquipmentLoadoutNames()HouseProfilegetHouseProfile(String name)String[]getHouseProfileNames()WorldPreferenceProfilegetWorldPreferenceProfile(String name)String[]getWorldPreferenceProfileNames()voidnotify(BackpackLoadoutEvent event)voidnotify(EquipmentLoadoutEvent event)voidnotify(HouseProfileEvent event)voidnotify(WorldPreferenceProfileEvent event)voidonUnsubscribe()voidsave(HouseProfile profile)voidsave(BackpackLoadout loadout)voidsave(EquipmentLoadout loadout)voidsave(WorldPreferenceProfile profile)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rspeer.event.Service
onSubscribe
-
-
-
-
Method Detail
-
save
public void save(BackpackLoadout loadout)
-
save
public void save(EquipmentLoadout loadout)
-
save
public void save(HouseProfile profile)
-
save
public void save(WorldPreferenceProfile profile)
-
getBackpackLoadoutNames
public String[] getBackpackLoadoutNames()
-
getEquipmentLoadoutNames
public String[] getEquipmentLoadoutNames()
-
getHouseProfileNames
public String[] getHouseProfileNames()
-
getWorldPreferenceProfileNames
public String[] getWorldPreferenceProfileNames()
-
getBackpackLoadout
public BackpackLoadout getBackpackLoadout(String name)
-
getEquipmentLoadout
public EquipmentLoadout getEquipmentLoadout(String name)
-
getHouseProfile
public HouseProfile getHouseProfile(String name)
-
getWorldPreferenceProfile
public WorldPreferenceProfile getWorldPreferenceProfile(String name)
-
notify
public void notify(BackpackLoadoutEvent event)
-
notify
public void notify(EquipmentLoadoutEvent event)
-
notify
public void notify(HouseProfileEvent event)
-
notify
public void notify(WorldPreferenceProfileEvent event)
-
onUnsubscribe
public void onUnsubscribe()
- Specified by:
onUnsubscribein interfaceService
-
-