Class ServerEmoteEvents

java.lang.Object
io.github.kosmx.emotes.api.events.server.ServerEmoteEvents

public final class ServerEmoteEvents extends Object
  • Field Details

    • EMOTE_VERIFICATION

      public static final com.zigythebird.playeranimcore.event.Event<ServerEmoteEvents.EmoteVerifier> EMOTE_VERIFICATION
      Server verify emote if it can be streamed, or it has to be cancelled. Return with EventResult.PASS if you allow it and EventResult.FAIL if you deny it.
    • EMOTE_PLAY

      public static final com.zigythebird.playeranimcore.event.Event<ServerEmoteEvents.EmotePlayEvent> EMOTE_PLAY
      Invoked when someone is starting an emote For checking and cancelling, use EMOTE_VERIFICATION
    • EMOTE_STOP_BY_USER

      public static final com.zigythebird.playeranimcore.event.Event<ServerEmoteEvents.EmoteStopEvent> EMOTE_STOP_BY_USER
  • Constructor Details

    • ServerEmoteEvents

      public ServerEmoteEvents()