Module moe.maple.script.api
Interface ReservedEffectMessenger<User>
- All Superinterfaces:
ScriptMessenger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReservedEffectMessenger<User> extends ScriptMessenger
-
Method Summary
Modifier and Type Method Description voidsend(UserObject<User> userObject, String path)Packet: UserEffectLocal | UserEffect.ReservedEffect This is commonly called showEffect/showIntro/playScene in odin-based sources.
-
Method Details
-
send
Packet: UserEffectLocal | UserEffect.ReservedEffect This is commonly called showEffect/showIntro/playScene in odin-based sources.- Parameters:
path- - The Effect.wz UOL, example: "Effect/Direction1/aranTutorial/Child"
-