Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
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
fun Player.addTrueExperience(exp: Int)

Change a Player's experience.

Link copied to clipboard
fun Double.decimals(decimalPlaces: Int = 0): String
fun Float.decimals(decimalPlaces: Int = 0): String
Link copied to clipboard
fun World.dropItem(location: Location, itemStack: ItemStack, naturally: Boolean, consumer: (Item) -> Unit?): Item
Link copied to clipboard
fun Inventory.findLocation(): Location
Link copied to clipboard
Link copied to clipboard
fun MemorySection.getAsNewLineSeparatedString(key: String): String
Link copied to clipboard
fun MemorySection.getAsStringList(key: String): List<String>

Get a list of strings, no matter if the value is a list or a single string.

Link copied to clipboard
fun MemorySection.getDurationAsMillis(key: String, defaultValue: Long): Long
Link copied to clipboard
fun MemorySection.getDurationAsTicks(key: String, defaultValue: Long): Long
Link copied to clipboard
fun Permissible.getPermissionNumberValue(basePermission: String, strategy: Strategy = Strategy.HIGHEST): Int?

Gets a permission value

Link copied to clipboard
fun Player.getTrueExperience(): Int

Calculate a player's total experience based on level and progress to next.

Link copied to clipboard
Link copied to clipboard
inline fun <R> () -> R.multiCatch(vararg classes: KClass<out Throwable>, thenDo: () -> R): R
inline fun <R> Throwable.multiCatch(vararg classes: KClass<out Throwable>, thenDo: () -> R): R
Link copied to clipboard
fun Iterable<String>.partialMatches(string: String, completions: MutableList<String> = mutableListOf()): List<String>
Link copied to clipboard
Link copied to clipboard
fun Throwable.toCompactStackTrace(shortenedPackages: Map<String, String> = emptyMap(), maxLines: Int = 10): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ItemStack.toSnbtWithoutType(): String
Link copied to clipboard
fun ItemStack.toSnbtWithType(): String
Link copied to clipboard