[API] PacketListenerAPI icon

[API] PacketListenerAPI -----

Simple API to manipulate sent and received packets | compatible with all versions



Added @PacketOptions annotation
  • Code (Java):
            PacketHandler. addHandler ( new PacketHandler ( ) {

                @Override
                @PacketOptions (forcePlayer = true )
                public void onSend (SentPacket packet ) {
                }

                @Override
                @PacketOptions (forceServer = true, forcePlayer = false )
                public void onReceive (ReceivedPacket packet ) {
                }
            } ) ;
    added @PacketOptions annotation
    • allows you to limit processed packets to either player or server packets
----------, Mar 23, 2015
Resource Information
Author:
----------
Total Downloads: 159,584
First Release: Jan 5, 2015
Last Update: Mar 27, 2022
Category: ---------------
All-Time Rating:
60 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings