create() - Static method in class io.github.spair.byond.message.client.ByondClient
Static method to do things instead of this:
ByondClient client = new ByondClient();
client.sendCommand(ByondMessage);
like that:
ByondClient.create().sendCommand(ByondMessage);