Interface PacketExecutable<T extends UniPacket>

All Known Implementing Classes:
PlayerProfileAsyncExecutor, SendActionBarExecutor, SendBroadCastComponentExecutor, SendBroadCastExecutor, SendMessageCompomentExecutor, SendMessageExecutor, SendSoundExecutor, SendTitleExecutor, ServerProfileAsyncExecutor

public interface PacketExecutable<T extends UniPacket>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T packet)
     
  • Method Details

    • execute

      void execute(T packet)