Package app.qwertz.luxxit.packet
Class RemoteVersionPacket
java.lang.Object
app.qwertz.luxxit.packet.LuxPacket
app.qwertz.luxxit.packet.RemoteVersionPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the packet data (excluding prefix)Returns the string prefix identifying this packet type, e.g.protected voidMethods inherited from class app.qwertz.luxxit.packet.LuxPacket
fromString, stringify
-
Constructor Details
-
RemoteVersionPacket
public RemoteVersionPacket() -
RemoteVersionPacket
-
-
Method Details
-
getPrefix
Description copied from class:LuxPacketReturns the string prefix identifying this packet type, e.g. "chat: " -
formatData
Description copied from class:LuxPacketReturns the string representation of the packet data (excluding prefix)- Specified by:
formatDatain classLuxPacket
-
parseData
-
getRemoteVersion
-