Uses of Interface
moe.maple.api.script.model.object.field.NpcObject
| Package | Description |
|---|---|
| moe.maple.api.script.model | |
| moe.maple.api.script.util |
-
Uses of NpcObject in moe.maple.api.script.model
Fields in moe.maple.api.script.model declared as NpcObject Modifier and Type Field Description protected NpcObject<?>BaseScript. npcprotected NpcObjectNpcScript. selfMethods in moe.maple.api.script.model that return types with arguments of type NpcObject Modifier and Type Method Description Optional<NpcObject<?>>BaseScript. getNpcObject()Optional<NpcObject<?>>MoeScript. getNpcObject()Methods in moe.maple.api.script.model with parameters of type NpcObject Modifier and Type Method Description voidBaseScript. setNpcObject(NpcObject<?> npc)voidMoeScript. setNpcObject(NpcObject<?> object)voidNpcScript. setNpcObject(NpcObject npc) -
Uses of NpcObject in moe.maple.api.script.util
Methods in moe.maple.api.script.util with parameters of type NpcObject Modifier and Type Method Description static StringMoematter. npc(NpcObject object)