Package-level declarations
Functions
Link copied to clipboard
fun Inventory.addOrDrop(itemStack: ItemStack, dropOverflow: Boolean = true, location: Location = this.findLocation(), naturally: Boolean = true, consumer: (Item) -> Unit = {}): DropResult
fun ItemStack.addOrDrop(inventory: Inventory, dropOverflow: Boolean = true, location: Location = inventory.findLocation(), naturally: Boolean = true, consumer: (Item) -> Unit = {}): DropResult
Attempts to add all items to the inventory and drops the remaining items to the world.
Link copied to clipboard
Change a Player's experience.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get a list of strings, no matter if the value is a list or a single string.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Permissible.getPermissionNumberValue(basePermission: String, strategy: Strategy = Strategy.HIGHEST): Int?
Gets a permission value
Link copied to clipboard
Calculate a player's total experience based on level and progress to next.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Iterable<String>.partialMatches(string: String, completions: MutableList<String> = mutableListOf()): List<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard