public abstract class PacketManager extends Object
| Constructor and Description |
|---|
PacketManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlayer(Player p)
Add player to analyzed one
|
void |
clear()
Remove all player in current listener
|
void |
load() |
void |
removePlayer(Player p)
Remove player to analyzed one
|
public void load()
public void addPlayer(Player p)
p - the player added to packet listenerpublic void removePlayer(Player p)
p - the player removed to packet listenerpublic void clear()