| Package | Description |
|---|---|
| me.lucko.helper.network | |
| me.lucko.helper.network.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNetwork |
| Modifier and Type | Method and Description |
|---|---|
static Network |
Network.create(Messenger messenger,
InstanceData instanceData)
Creates a new
Network instance. |
static Network |
Network.obtain(Supplier<Network> ifElse)
Tries to obtain an instance of network from the services manager, falling
back to given supplier if one is not already present.
|
| Modifier and Type | Method and Description |
|---|---|
static Network |
Network.obtain(Supplier<Network> ifElse)
Tries to obtain an instance of network from the services manager, falling
back to given supplier if one is not already present.
|
| Constructor and Description |
|---|
FindCommandModule(Network network) |
FindCommandModule(Network network,
String[] commandAliases) |
NetworkStatusModule(Network network) |
NetworkSummaryModule(Network network,
InstanceData instanceData) |
NetworkSummaryModule(Network network,
InstanceData instanceData,
String[] commandAliases) |
Copyright © 2020. All rights reserved.