Uses of Class
me.hsgamer.hscore.minecraft.gui.simple.SimpleGUIBuilder
Package
Description
Contains the simple implementation of UI modules for Minecraft
-
Uses of SimpleGUIBuilder in me.hsgamer.hscore.minecraft.gui.simple
Modifier and TypeMethodDescription@NotNull SimpleGUIBuilder
Add the given button to the holder and increaseslot
by 1static @NotNull SimpleGUIBuilder
SimpleGUIBuilder.create()
Create a new instance ofthis
with an emptySimpleButtonMap
static @NotNull SimpleGUIBuilder
SimpleGUIBuilder.create
(@NotNull SimpleButtonMap simpleButtonMap) Create a new instance ofthis
@NotNull SimpleGUIBuilder
SimpleGUIBuilder.next()
Increaseslot
by 1@NotNull SimpleGUIBuilder
SimpleGUIBuilder.next
(int slot) Increaseslot
by the given slot size