NPCsApi class
Methods
-
getAllNpcsItemsNpcsItemsGet({String? code, String? npc, String? currency, int? page, int? size, Future<void>? abortTrigger})
→ Future<StaticDataPageNPCItemSchema?>
-
Get All Npcs Items
-
getAllNpcsItemsNpcsItemsGetWithHttpInfo({String? code, String? npc, String? currency, int? page, int? size, Future<void>? abortTrigger})
→ Future<Response>
-
Get All Npcs Items
-
getAllNpcsNpcsDetailsGet({String? name, NPCType? type, String? currency, String? item, int? page, int? size, Future<void>? abortTrigger})
→ Future<StaticDataPageNPCSchema?>
-
Get All Npcs
-
getAllNpcsNpcsDetailsGetWithHttpInfo({String? name, NPCType? type, String? currency, String? item, int? page, int? size, Future<void>? abortTrigger})
→ Future<Response>
-
Get All Npcs
-
getNpcItemsNpcsItemsCodeGet(String code, {int? page, int? size, Future<void>? abortTrigger})
→ Future<StaticDataPageNPCItemSchema?>
-
Get Npc Items
-
getNpcItemsNpcsItemsCodeGetWithHttpInfo(String code, {int? page, int? size, Future<void>? abortTrigger})
→ Future<Response>
-
Get Npc Items
-
getNpcNpcsDetailsCodeGet(String code, {Future<void>? abortTrigger})
→ Future<NPCResponseSchema?>
-
Get Npc
-
getNpcNpcsDetailsCodeGetWithHttpInfo(String code, {Future<void>? abortTrigger})
→ Future<Response>
-
Get Npc
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited