Interface AvatarOrientedMessenger<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 AvatarOrientedMessenger<User>
extends ScriptMessenger
  • Method Summary

    Modifier and Type Method Description
    void send​(UserObject<User> userObject, String path, int durationInSeconds)
    Packet: UserEffectLocal | UserEffect.AvatarOriented
  • Method Details

    • send

      void send​(UserObject<User> userObject, String path, int durationInSeconds)
      Packet: UserEffectLocal | UserEffect.AvatarOriented
      Parameters:
      path - - The Effect.wz UOL, example: "Effect/OnUserEff.img/guideEffect/aranTutorial/tutorialArrow1"
      durationInSeconds - - The duration of the effect in seconds -- This was removed in later versions.