All Classes and Interfaces
Class
Description
The AbstractGameEvent abstract class provides a structure for creating different types of in-game events.
An abstract implementation of a Y-limited area.
Abstract class representing a CommonLib plugin.
Represents the authentication data for a player, storing information related to the linkage of Minecraft accounts to Discord accounts.
Interface for data access operations related to AuthData.
A utility class for managing and customizing the below-name scoreboard in Minecraft.
This class allows for random selection of objects based on assigned probabilities.
Utility class for categorizing different types of Minecraft blocks.
Enum representing different types of Minecraft blocks grouped by category.
Encapsulates the Bukkit API's BossBar feature, offering a simplified and enhanced interface for creating and manipulating boss bars.
The CalendarManager class is responsible for managing the in-game calendar in Minecraft.
A utility class for scanning the classpath to find classes of a particular type.
This abstract class CommandManager extends BukkitCommand to facilitate the registration and management of custom commands in a Minecraft server.
Main class of the CommonLib library.
Manages the configuration for plugins that extend CommonLib.
The
ConfigOption
annotation is used to mark fields in a class that represent configuration options.Represents a date in the custom calendar system used in the AirshipCraft Minecraft server.
Manages database configuration settings, providing methods to load from
external sources and to access individual configuration properties.
This class provides a highly optimized implementation of the Jaro-Winkler similarity algorithm,
which is a measure of similarity between two byte arrays (and by extension, two strings).
Represents an elliptical area in a world, defined by a center point, and the radii along the X and Z axes.
The EventManager class is responsible for managing and scheduling in-game events in the Minecraft world.
A utility class for efficient parsing of
UUID
instances from strings and for converting UUID instances to strings.The GenericDao interface defines the standard CRUD operations to be performed on a model object.
Represents a world-limited area with vertical bounds that extend infinitely along the X and Z axes.
Abstract base class for creating custom Graphical User Interfaces (GUIs) in Minecraft.
A class to build and manage Graphical User Interfaces (GUIs) in Minecraft.
Represents an event triggered when a player interacts with a Graphical User Interface (GUI) in the game.
Provides management for GUI interactions within the server.
Represents a hologram created using an
ArmorStand
in Minecraft.Represents an event that is fired when a player clicks on a hologram within the game.
Listener class for handling HologramClickEvents.
Defines the contract for area-related operations within the world.
Interface for managing the in-game calendar in Minecraft.
Interface for managing cooldowns of objects.
Interface for managing and scheduling in-game events in Minecraft.
Represents a generic interface for in-game events within the AirshipCraft calendar system.
Interface defining the contract for cooldown handlers with key-value pairs.
Listener class for inventory click events in Bukkit.
IPlayerPreference is an interface that defines the contract for managing player-specific preferences in a Minecraft server environment.
Interface for managing seasonal changes in the Minecraft world.
Enumeration of seasons.
The ITableConfiguration interface specifies the methods that must be implemented
to define the SQL table creation and migration commands for a plugin.
Interface for defining the structure and functionality of a team in a plugin environment.
Implementation of
IKVCoolDownHandler
using Minecraft ticks as the time unit.Represents a location in the world.
A utility class offering a collection of mathematical functions commonly used in game development.
Manages cooldowns for generic objects with millisecond precision.
Implements the normalized Levenshtein distance algorithm, which calculates a similarity score
based on the minimum number of single-character edits required to change one byte array into the other.
Provides utility methods for null-safe operations, inspired by JavaScript's nullish coalescing and optional chaining.
Functional interface for null-check operations.
A utility class representing a pair of objects.
Represents a customizable particle effect in Minecraft, providing methods to create,
configure, and display particle effects in the game world.
Utility class for spawning particles.
The PlayerPref annotation is used to designate fields within classes that implement the IPlayerPreference interface as player preference settings.
Provides a skeletal implementation of the IPlayerPreference interface to facilitate the creation of player preference classes.
PreferenceCommand class extends CommandManager to provide custom command handling
specifically for managing player preferences in the game.
Provides static utility methods to process player preferences using reflection.
Manages the preferences of all players on a Minecraft server.
The
ProgressionCurve
class provides a calculation model to determine progression
requirements within a game.Represents a chunk-like structure that holds the coordinates for a chunk in a world without storing the actual chunk data.
Utility class for generating random numbers within specified ranges.
Provides functionality to perform ray casts in Minecraft, which is a process of simulating "rays" to detect
blocks or entities along a line.
Represents a rectangular area in a Minecraft world with Y-level boundaries.
Enumerates available string distance algorithms which can be used to compare similarity or dissimilarity
between two strings.
The SeasonManager class is responsible for managing seasonal changes in the Minecraft world.
Represents a sidebar scoreboard in Minecraft, displayed on the side of a player's screen.
SQL implementation of the AuthDataDao interface.
Manages SQL database connections using HikariCP for connection pooling.
SQL implementation of the UserDao interface for accessing and manipulating user data in a database.
Provides SQL-specific data access operations for Warning objects.
An interface for string distance algorithms that calculate the difference between two byte arrays.
Provides functionality to search and retrieve subclasses of a given superclass dynamically.
The TableManager class manages the creation and updating of database tables
for various plugins using the CommonLib library.
Provides a centralized management system for teams across different plugins.
Utility class for text formatting in Minecraft, providing methods for color parsing,
duration formatting, and string manipulation.
Manages cooldowns for objects based on the game's tick system.
Provides utility methods for working with time values in Java.
Implements a trie (prefix tree) data structure that provides fast retrieval of strings based on their prefixes.
Represents a custom User Interface (UI) in Minecraft, facilitating the creation and management of custom inventory interfaces.
A utility class designed for crafting and handling Graphical User Interfaces (GUIs) within Minecraft.
Represents a player on the Minecraft server.It holds attributes specific to the player's interaction within the server.
Interface for data access operations on User entities.
Utility class for vector mathematical operations.
Represents a warning issued to a player or user.
The WarningDao interface defines the data access methods for Warning objects.
This class handles converting real-world time to in-game time and vice versa.