NPCsApi class
Properties
Methods
-
getAllNpcsNpcsGet(
{NPCType? type, int? page, int? size}) → Future< DataPageNPCSchema?> - Get All Npcs
-
getAllNpcsNpcsGetWithHttpInfo(
{NPCType? type, int? page, int? size}) → Future< Response> - Get All Npcs
-
getNpcItemsNpcsCodeItemsGet(
String code, {int? page, int? size}) → Future< DataPageNPCItem?> - Get Npc Items
-
getNpcItemsNpcsCodeItemsGetWithHttpInfo(
String code, {int? page, int? size}) → Future< Response> - Get Npc Items
-
getNpcNpcsCodeGet(
String code) → Future< NPCResponseSchema?> - Get Npc
-
getNpcNpcsCodeGetWithHttpInfo(
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited