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
    void send​(UserObject<User> userObject, String path)
    Packet: UserEffectLocal | UserEffect.ReservedEffect This is commonly called showEffect/showIntro/playScene in odin-based sources.
  • Method Details

    • send

      void send​(UserObject<User> userObject, String path)
      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"