Functions
Returns map containing all known BukkitClassSystem.Providers, where key is a provider ID.
Returns map containing all known BukkitItemsRegistry, where key is an item registry ID.
Returns map containing all known BukkitLevelSystem.Providers, where key is a provider ID.
Returns map containing all known BukkitPlayerInventory.Providers, where key is a provider ID.
Returns top priority BukkitClassSystem for the given player. It is a shorthand for getClassSystemProvider().getSystem(player)
.
Returns top priority BukkitClassSystem.Provider.
Returns BukkitItemsRegistry implementation.
Returns top priority BukkitLevelSystem for the given player. It is a shorthand for getLevelSystemProvider().getSystem(player)
.
Returns top priority BukkitLevelSystem.Provider.
Returns top priority BukkitPlayerInventory for the given player. It is a shorthand for getPlayerInventoryProvider().getSystem(player)
.
Returns top priority BukkitPlayerInventory.Provider.
Registers the given provider for BukkitClassSystem with normal priority.
Registers the given provider for BukkitClassSystem.
Registers the given registry with normal priority.
Registers the given registry.
Registers the given provider for BukkitLevelSystem with normal priority.
Registers the given provider for BukkitLevelSystem.
Registers the given provider for BukkitPlayerInventory with normal priority.
Registers the given provider for BukkitPlayerInventory.