Package | Description |
---|---|
io.github.spair.byond.message.client |
Modifier and Type | Method and Description |
---|---|
static ByondClient |
ByondClient.create()
Static method to do things instead of this:
ByondClient client = new ByondClient();
client.sendCommand(
like that:
ByondClient.create().sendCommand(
|
Copyright © 2017. All rights reserved.