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, wait
begin, stop
public PingSpoofCheckProcessor(NegativityPlayer np)
public void handlePacketSent(PacketSendEvent e)
CheckProcessor
handlePacketSent
in interface CheckProcessor
e
- the event of the packetpublic void handlePacketReceived(PacketReceiveEvent e)
CheckProcessor
handlePacketReceived
in interface CheckProcessor
e
- the event of the packet