Package-level declarations

Types

Link copied to clipboard
class BackpackAction(val slots: Int) : ShopAction

An action that unlocks a specific amount of backpack slots.

Link copied to clipboard
class GUIAction(val id: Int) : ShopAction

An action that opens a gui with a specific id.

Link copied to clipboard
class ItemAction(val items: List<ItemStack>) : ShopAction

An action that gives the player a single or multiple items.

Link copied to clipboard

An action that unlocks the next mine level.

Link copied to clipboard
interface ShopAction

The action for a shop.