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 BackpackLoadout
getBackpackLoadout(String name)
String[]
getBackpackLoadoutNames()
EquipmentLoadout
getEquipmentLoadout(String name)
String[]
getEquipmentLoadoutNames()
HouseProfile
getHouseProfile(String name)
String[]
getHouseProfileNames()
void
notify(BackpackLoadoutEvent event)
void
notify(EquipmentLoadoutEvent event)
void
notify(HouseProfileEvent event)
void
onUnsubscribe()
-
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
-
getBackpackLoadoutNames
public String[] getBackpackLoadoutNames()
-
getEquipmentLoadoutNames
public String[] getEquipmentLoadoutNames()
-
getHouseProfileNames
public String[] getHouseProfileNames()
-
getBackpackLoadout
public BackpackLoadout getBackpackLoadout(String name)
-
getEquipmentLoadout
public EquipmentLoadout getEquipmentLoadout(String name)
-
getHouseProfile
public HouseProfile getHouseProfile(String name)
-
notify
public void notify(BackpackLoadoutEvent event)
-
notify
public void notify(EquipmentLoadoutEvent event)
-
notify
public void notify(HouseProfileEvent event)
-
onUnsubscribe
public void onUnsubscribe()
- Specified by:
onUnsubscribe
in interfaceService
-
-