Package hiiragi283.core.api.gui
Object HTModularUIHelper
-
- All Implemented Interfaces:
public class HTModularUIHelper- Since:
0.7.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTModularUIHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final static UIElementcreateIcon(Integer x, Integer y, Integer width, Integer height)final static UIElementrightArrowIcon()final static UIElementplusIcon()final static UIElementcreateRootWithInv(Component title, Function1<UIElement, Unit> action)final static ModularUIcreateEmptyUI(Player player)final static ModularUIcreateVanillaUI(UIElement root, Player player)final static ModularUIcreateVanillaUI(Player player, Component title, Function1<UIElement, Unit> action)-
-
Method Detail
-
createIcon
final static UIElement createIcon(Integer x, Integer y, Integer width, Integer height)
-
rightArrowIcon
final static UIElement rightArrowIcon()
-
plusIcon
final static UIElement plusIcon()
-
createRootWithInv
final static UIElement createRootWithInv(Component title, Function1<UIElement, Unit> action)
-
createEmptyUI
final static ModularUI createEmptyUI(Player player)
-
createVanillaUI
final static ModularUI createVanillaUI(UIElement root, Player player)
-
createVanillaUI
final static ModularUI createVanillaUI(Player player, Component title, Function1<UIElement, Unit> action)
-
-
-
-