public class PingSpoofCheckProcessor extends Object implements CheckProcessor
| Constructor and Description |
|---|
PingSpoofCheckProcessor(NegativityPlayer np) |
| Modifier and Type | Method and Description |
|---|---|
void |
handlePacketReceived(PacketReceiveEvent e)
Handle a packet when it's received from client.
|
void |
handlePacketSent(PacketSendEvent e)
Handle a packet when it's send from the server to client.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbegin, stoppublic PingSpoofCheckProcessor(NegativityPlayer np)
public void handlePacketSent(PacketSendEvent e)
CheckProcessorhandlePacketSent in interface CheckProcessore - the event of the packetpublic void handlePacketReceived(PacketReceiveEvent e)
CheckProcessorhandlePacketReceived in interface CheckProcessore - the event of the packet