Class LoadoutService
java.lang.Object
org.rspeer.game.service.loadout.LoadoutService
- All Implemented Interfaces:
org.rspeer.event.Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBackpackLoadout(String name) String[]getEquipmentLoadout(String name) String[]getHouseProfile(String name) String[]String[]voidnotify(BackpackLoadoutEvent event) voidnotify(EquipmentLoadoutEvent event) voidnotify(HouseProfileEvent event) voidvoidvoidsave(HouseProfile profile) voidsave(BackpackLoadout loadout) voidsave(EquipmentLoadout loadout) voidsave(WorldPreferenceProfile profile) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.rspeer.event.Service
onSubscribe
-
Constructor Details
-
LoadoutService
public LoadoutService()
-
-
Method Details
-
save
-
save
-
save
-
save
-
getBackpackLoadoutNames
-
getEquipmentLoadoutNames
-
getHouseProfileNames
-
getWorldPreferenceProfileNames
-
getBackpackLoadout
-
getEquipmentLoadout
-
getHouseProfile
-
getWorldPreferenceProfile
-
notify
-
notify
-
notify
-
notify
-
onUnsubscribe
public void onUnsubscribe()- Specified by:
onUnsubscribein interfaceorg.rspeer.event.Service
-