| Package | Description |
|---|---|
| me.lucko.helper.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
Commands
A functional command handling utility.
|
class |
Helper
Base class for helper, which mainly just proxies calls to
Bukkit.getServer() for convenience. |
class |
Schedulers
Provides common instances of
Scheduler. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
An abstract implementation of
Command and CommandExecutor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArgumentParser<T>
Parses an argument from a String
|
class |
SimpleArgument |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionalCommandBuilder<T extends CommandSender>
Functional builder API for
Command |
interface |
FunctionalCommandHandler<T extends CommandSender>
Represents a handler for a
Command |
| Modifier and Type | Class and Description |
|---|---|
class |
Predicates
A collection of utilities for working with
Predicates. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chain<T>
A simplified version of Java 8's
Stream API. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonBuilder
Builder utilities for creating GSON Objects/Arrays.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GsonConverter
A utility for converting between GSON's
JsonElement family of classes, and standard Java types. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemStackBuilder
Easily construct
ItemStack instances |
| Modifier and Type | Class and Description |
|---|---|
class |
LibraryLoader
Resolves
MavenLibrary annotations for a class, and loads the dependency
into the classloader. |
static class |
LibraryLoader.Dependency |
| Modifier and Type | Class and Description |
|---|---|
class |
Gui
A simple GUI abstraction
|
| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedGui
|
class |
PaginatedGuiBuilder
Specification class for a
PaginatedGui. |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuPopulator
A utility to help place items into a
Gui |
class |
MenuScheme
Helps to populate a menu with border items
|
class |
StandardSchemeMappings
Contains a number of default
SchemeMappings. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessenger
An abstract implementation of
Messenger. |
| Modifier and Type | Class and Description |
|---|---|
class |
BungeeCordImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataKey<T>
A MetadataKey can be mapped to values in a
MetadataMap. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Task
Represents a scheduled repeating task
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketScoreboard
Implements
Scoreboard using ProtocolLib. |
class |
PacketScoreboardObjective
Implements
ScoreboardObjective using ProtocolLib. |
class |
PacketScoreboardTeam
Implements
ScoreboardTeam using ProtocolLib. |
interface |
Scoreboard
Represents a Scoreboard on the server
|
interface |
ScoreboardObjective
Represents a specific objective on a
Scoreboard. |
interface |
ScoreboardTeam
Represents a specific team on a
Scoreboard. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCollectors
Immutable implementations of
Collector using Guava's immutable collections. |
class |
Players
A collection of Player related utilities
|
class |
ServiceCallback<T>
A wrapper to always provide the latest instance of a service.
|
Copyright © 2020. All rights reserved.