java.lang.Object
moe.maple.api.script.model.type.ScriptSpeakerType
public class ScriptSpeakerType extends Object
Created on 9/3/2019.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ScriptSpeakerType() -
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
- Constant Field Values
-
GAMEOBJECT
public static final int GAMEOBJECT- See Also:
- Constant Field Values
-
CREATURE
public static final int CREATURE- See Also:
- Constant Field Values
-
USER
public static final int USER- See Also:
- Constant Field Values
-
NPC
public static final int NPC- See Also:
- Constant Field Values
-
MOB
public static final int MOB- See Also:
- Constant Field Values
-
PET
public static final int PET- See Also:
- Constant Field Values
-
ITEM
public static final int ITEM- See Also:
- Constant Field Values
-
PORTAL
public static final int PORTAL- See Also:
- Constant Field Values
-
REACTOR
public static final int REACTOR- See Also:
- Constant Field Values
-
EMPLOYEE
public static final int EMPLOYEE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ScriptSpeakerType
public ScriptSpeakerType()
-