Uses of Interface
top.focess.qq.api.net.PackHandler
-
Packages that use PackHandler Package Description top.focess.qq.api.net -
-
Uses of PackHandler in top.focess.qq.api.net
Methods in top.focess.qq.api.net with parameters of type PackHandler Modifier and Type Method Description <T extends Packet>
voidClientReceiver. register(Plugin plugin, Class<T> c, PackHandler<T> packHandler)Register packet handler for server<T extends Packet>
voidServerReceiver. register(Plugin plugin, String client, Class<T> c, PackHandler<T> packHandler)Register packet handler for special client
-