| Package | Description |
|---|---|
| me.lucko.helper.network | |
| me.lucko.helper.network.modules |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Server
Represents an individual server within a
Network. |
| Modifier and Type | Field and Description |
|---|---|
protected InstanceData |
AbstractNetwork.instanceData |
| Modifier and Type | Method and Description |
|---|---|
static Network |
Network.create(Messenger messenger,
InstanceData instanceData)
Creates a new
Network instance. |
| Constructor and Description |
|---|
AbstractNetwork(Messenger messenger,
InstanceData instanceData) |
| Constructor and Description |
|---|
DispatchModule(Messenger messenger,
InstanceData instanceData) |
DispatchModule(Messenger messenger,
InstanceData instanceData,
String[] commandAliases) |
NetworkSummaryModule(Network network,
InstanceData instanceData) |
NetworkSummaryModule(Network network,
InstanceData instanceData,
String[] commandAliases) |
Copyright © 2020. All rights reserved.