Package-level declarations

Types

Link copied to clipboard
object Basics

The Basics core, this is the Basics equivalent of the org.bukkit.Bukkit class

Link copied to clipboard
interface BasicsPlugin

Represents the Basics Bukkit Plugin instance - this is equivalent to the Bukkit org.bukkit.Server class.

Link copied to clipboard
Link copied to clipboard
object Constants
Link copied to clipboard
class NamespacedNamespacedKeyFactory(plugin: Plugin, namespace: String)

A factory for creating NamespacedKeys with an additional namespace in their key

Link copied to clipboard

Provides safe and easy access to a resource. This will first try to get the resource from the class loader of the given class, and if that fails, it will try to get it from Class.getResourceAsStream and Class.getResource.

Link copied to clipboard
Link copied to clipboard
object Spiper

Facade for PaperLib

Properties

Link copied to clipboard
val CURRENT_MINECRAFT_VERSION: MinecraftVersion