| Modifier and Type | Method and Description |
|---|---|
default void |
Command.registerAndBind(TerminableConsumer consumer,
ExtendedJavaPlugin plugin,
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 |
Gui
A simple GUI abstraction
|
| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedGui
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HelperPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyHelperPlugin
Dummy plugin to make the server load this lib.
|
class |
ExtendedJavaPlugin
An "extended" JavaPlugin class.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Terminable.bindWith(TerminableConsumer consumer)
Registers this terminable with a terminable consumer (usually the plugin instance)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeTerminable.setup(TerminableConsumer consumer)
Binds this composite terminable with a terminable consumer
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TerminableRegistry
Represents a registry of
Terminables. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTerminableRegistry |
Copyright © 2017. All rights reserved.