Uses of Class
us.donut.mmc.InboundPacket
-
-
Uses of InboundPacket in us.donut.mmc
Methods in us.donut.mmc that return InboundPacket Modifier and Type Method Description InboundPacketClient. login(Account account, String address, int port)Executes the login process.InboundPacketClient. ping(String address, int port)Executes a server list ping.InboundPacketClient. receive()Reads a packet from the connected server (blocks until a packet is received).
-