| Modifier and Type | Method and Description |
|---|---|
default void |
Command.registerAndBind(TerminableConsumer consumer,
String... aliases)
Registers this command with the server, via the given plugin instance, and then binds it with the composite terminable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandalonePlugin
Standalone plugin which provides the helper library at runtime for other plugins
on the server to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Gui
A simple GUI abstraction
|
| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedGui
|
| Modifier and Type | Method and Description |
|---|---|
void |
DispatchModule.setup(TerminableConsumer consumer) |
void |
NetworkSummaryModule.setup(TerminableConsumer consumer) |
void |
NetworkStatusModule.setup(TerminableConsumer consumer) |
void |
FindCommandModule.setup(TerminableConsumer consumer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HelperPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedJavaPlugin
An "extended" JavaPlugin class.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Terminable.bindWith(TerminableConsumer consumer)
Binds this terminable with a terminable consumer
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeTerminable
Represents a
Terminable made up of several other Terminables. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeTerminable |
class |
AbstractWeakCompositeTerminable |
| Modifier and Type | Method and Description |
|---|---|
default void |
TerminableModule.bindModuleWith(TerminableConsumer consumer)
Registers this terminable with a terminable consumer
|
void |
TerminableModule.setup(TerminableConsumer consumer)
Performs the tasks to setup this module
|
Copyright © 2022. All rights reserved.