Package-level declarations
Types
Link copied to clipboard
class PopupImpl(val path: String, file: List<String>, val internalName: String, section: YamlObject) : Popup, HudConfiguration
Link copied to clipboard
Link copied to clipboard
class PopupIteratorImpl(parent: Popup, unique: Boolean, maxIndex: Int, key: Any, sortType: PopupSortType, name: String, save: Boolean, push: Boolean, alwaysCheckCondition: Boolean, mapper: (Int, Int) -> List<WidthComponent>, value: Int, condition: () -> Boolean, removeTask: () -> Unit) : PopupIterator
Link copied to clipboard
class PopupLayout(json: JsonArray, layout: LayoutGroup, parent: PopupImpl, globalLocation: GuiLocation, globalPixel: PixelLocation, file: List<String>)