Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

AutoShop module

Link copied to clipboard

Represents the locally available shop configurations

Properties

Link copied to clipboard
const val CONCRETE_ID: String
Link copied to clipboard
Link copied to clipboard

The items usually used to buy other items in BedWars.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val TIER_ID: String
Link copied to clipboard
const val WOOL_ID: String

Functions

Link copied to clipboard
fun actualTierItem(item: String, itemsWithTiers: Map<String, List<String>> = ModuleAutoShop.currentConfig.itemsWithTiers ?: emptyMap()): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getAllTierItems(item: String, itemsWithTiers: Map<String, List<String>>): List<String>
Link copied to clipboard

Checks if there is a better item so that it's not necessary to buy the current item

Link copied to clipboard
Link copied to clipboard
fun Item.isConcrete(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Item.isTerracotta(): Boolean
Link copied to clipboard
fun Item.isWool(): Boolean
Link copied to clipboard
fun ContainerScreen.stacks(): List<String>