Package-level declarations

Types

Link copied to clipboard

Represents the back button in the guide.

Link copied to clipboard
Link copied to clipboard
open class FluidButton(fluids: List<PylonFluid>, val amount: Double?, val preDisplayDecorator: (ItemStackBuilder) -> ItemStackBuilder) : AbstractItem

Represents a fluid in the guide.

Link copied to clipboard
class ItemButton @JvmOverloads constructor(stacks: List<ItemStack>, val preDisplayDecorator: (ItemStack, Player) -> ItemStack = { stack, _ -> stack }) : AbstractItem

Represents an item in the guide.

Link copied to clipboard
open class PageButton(val page: GuidePage) : AbstractItem

A button that opens another page in the guide.

Link copied to clipboard
open class ResearchButton(val research: Research) : AbstractItem

A button that shows a research.

Link copied to clipboard

A settings button for toggling the WAILA overlay.