Interface ServerEmoteEvents.EmotePlayEvent

Enclosing class:
ServerEmoteEvents
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 static interface ServerEmoteEvents.EmotePlayEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEmotePlay(com.zigythebird.playeranimcore.animation.Animation emoteData, float tick, UUID userID)
    Used to create emote play side effects
  • Method Details

    • onEmotePlay

      void onEmotePlay(com.zigythebird.playeranimcore.animation.Animation emoteData, float tick, UUID userID)
      Used to create emote play side effects
      Parameters:
      emoteData - The played emote data
      tick - Current tick
      userID - User ID