NPCsApi class
Methods
-
getAllNpcsItemsNpcsItemsGet({String? code, String? npc, String? currency, int? page, int? size})
→ Future<StaticDataPageNPCItem?>
-
Get All Npcs Items
-
getAllNpcsItemsNpcsItemsGetWithHttpInfo({String? code, String? npc, String? currency, int? page, int? size})
→ Future<Response>
-
Get All Npcs Items
-
getAllNpcsNpcsDetailsGet({String? name, NPCType? type, int? page, int? size})
→ Future<StaticDataPageNPCSchema?>
-
Get All Npcs
-
getAllNpcsNpcsDetailsGetWithHttpInfo({String? name, NPCType? type, int? page, int? size})
→ Future<Response>
-
Get All Npcs
-
getNpcItemsNpcsItemsCodeGet(String code, {int? page, int? size})
→ Future<StaticDataPageNPCItem?>
-
Get Npc Items
-
getNpcItemsNpcsItemsCodeGetWithHttpInfo(String code, {int? page, int? size})
→ Future<Response>
-
Get Npc Items
-
getNpcNpcsDetailsCodeGet(String code)
→ Future<NPCResponseSchema?>
-
Get Npc
-
getNpcNpcsDetailsCodeGetWithHttpInfo(String code)
→ 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