Package-level declarations
Types
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
class ChunkTicketManager
Link copied to clipboard
A factory for creating NamespacedKeys with an additional namespace in their key
Link copied to clipboard
object SafeResourceGetter
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
object Serialization