All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractCancellable |
|
| AdventureMapper |
Adventure mapper.
|
| AudienceReflection |
|
| BookMapper |
Book mapper.
|
| BossBarMapper |
Adventure BossBar mapper.
|
| BoundMapper |
Adventure Bound mapper.
|
| Cancellable |
Represents an event that can be cancelled.
|
| Chameleon |
Chameleon.
|
| ChameleonAudienceProvider |
Chameleon audience provider.
|
| ChameleonBootstrap<T extends Chameleon> |
Chameleon bootstrap.
|
| ChameleonCommandException |
Chameleon command exception.
|
| ChameleonDisableEvent |
Chameleon disable event.
|
| ChameleonEnableEvent |
Chameleon enable event.
|
| ChameleonEvent |
Chameleon event.
|
| ChameleonException |
Chameleon exception.
|
| ChameleonExtension |
Extension.
|
| ChameleonExtensionDependency |
Chameleon extension dependency.
|
| ChameleonExtensionException |
Chameleon extension exception.
|
| ChameleonExtensionFactory<T extends ChameleonExtension> |
Chameleon extension factory.
|
| ChameleonInternalLogger |
Internal Chameleon logger wrapper.
|
| ChameleonJavaLogger |
Java Chameleon logger implementation.
|
| ChameleonLoadEvent |
Chameleon load event.
|
| ChameleonLog4jLogger |
Log4J Chameleon logger implementation.
|
| ChameleonLogger |
Chameleon logger.
|
| ChameleonNoopLogger |
No-op Chameleon logger implementation.
|
| ChameleonPlatformExtension |
Chameleon platform extension.
|
| ChameleonPlugin |
Chameleon plugin.
|
| ChameleonPluginBootstrap |
Chameleon plugin bootstrap.
|
| ChameleonReflectiveException |
Chameleon reflective exception.
|
| ChameleonRuntimeException |
Chameleon runtime exception.
|
| ChameleonSlf4jLogger |
SLF4J Chameleon logger implementation.
|
| ChameleonUtil |
Chameleon internal utilities.
|
| ChatTypeMapper |
Adventure ChatType mapper.
|
| ChatUser |
Represents something that can receive messages.
|
| Command |
Abstract command.
|
| CommandHandler |
Command handler annotation.
|
| CommandManager |
Chameleon command manager.
|
| ComponentMapper |
Adventure Component mapper.
|
| Condition |
Command condition.
|
| ConsoleUser |
Represents a console that can receive messages.
|
| Context |
Command context.
|
| ContextImpl |
Context implementation.
|
| Edge<T> |
An edge between two nodes.
|
| EnumMapper<E extends Enum<E>> |
Enum mapper.
|
| EventBus |
Event bus.
|
| EventBusImpl |
Event bus implementation.
|
| EventSubscriber<T extends ChameleonEvent> |
An event subscriber, used to listen for events.
|
| EventSubscriber.Builder<T extends ChameleonEvent> |
Event subscriber builder.
|
| EventSubscription |
An event subscription.
|
| EventSubscriptionPriority |
Event subscription priority.
|
| ExtensionManager |
Extension manager.
|
| ExtensionManagerImpl |
Extension manager implementation.
|
| ExtensionMap |
Extension map.
|
| GameMode |
Server user game mode.
|
| Graph<T> |
Graph.
|
| Graph.Builder<T> |
Graph builder.
|
| IdentityMapper |
Adventure Identity mapper.
|
| KeyMapper |
Adventure Key mapper.
|
| Mapper<T> |
Adventure object mapper, used for converting relocated Adventure objects to non-relocated ones.
|
| MetadataHolder |
Represents an object that can hold metadata.
|
| MetadataKey<V> |
An identifying object used to store and retrieve metadata from MetadataHolders.
|
| Pair<A,B> |
Pair, stores two values together.
|
| Permission |
Permission.
|
| PermissionHolder |
Represents something that can hold permissions.
|
| Platform |
Represents a proxy or server platform.
|
| PlatformPlugin |
Represents a plugin running on the platform.
|
| PlatformTarget |
Platform target.
|
| PluginManager |
Platform plugin manager.
|
| PointerMapper |
Adventure Pointer mapper.
|
| Preconditions |
Preconditions, a set of convenience methods to aid in validating method or constructor
invocation.
|
| ProxyEvent |
Proxy-only event.
|
| ProxyPlatform |
Represents a proxy platform.
|
| ProxyUser |
Represents a connected Minecraft player on a proxy.
|
| ProxyUserEvent |
Proxy-only user event.
|
| ProxyUserSwitchEvent |
Proxy user switch sever event, dispatched whenever a player switches server.
|
| ReflectedAudience |
Reflected audience wrapper.
|
| Schedule |
Schedule.
|
| ScheduledTask |
A scheduled task.
|
| Scheduler |
Scheduler.
|
| Server |
Represents a "sub-server" behind a proxy platform.
|
| ServerEvent |
Server-only event.
|
| ServerPlatform |
Represents a server platform.
|
| ServerUser |
Represents a connected Minecraft player on a server.
|
| ServerUserEvent |
Server-only user event.
|
| ServerUserKickEvent |
Server user kick event, dispatched when a user is kicked from the server.
|
| SignatureMapper |
Adventure Signature mapper.
|
| SoundMapper |
Adventure Sound mapper.
|
| SoundStopMapper |
Adventure SoundStop mapper.
|
| SubCommand |
Sub-command.
|
| SubCommandHandler |
Sub-command handler annotation.
|
| Task |
Task.
|
| Task.Builder |
Task builder.
|
| TimesMapper |
Adventure Times mapper.
|
| TitlePartMapper |
Adventure TitlePart mapper.
|
| User |
Represents a connected Minecraft player.
|
| UserChatEvent |
User chat event, dispatched when a player sends a chat message.
|
| UserConnectEvent |
User connect event, dispatched when a user joins the proxy/server.
|
| UserDisconnectEvent |
User disconnect event, dispatched when a user leaves the proxy/server.
|
| UserEvent |
User event.
|
| UserManager |
User manager.
|