Uses of Class
me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
Packages that use SimpleGUIBuilder
Package
Description
Contains the simple implementation of GUI modules for Minecraft
-
Uses of SimpleGUIBuilder in me.hsgamer.hscore.minecraft.gui.map.simple
Methods in me.hsgamer.hscore.minecraft.gui.map.simple that return SimpleGUIBuilderModifier and TypeMethodDescription@NotNull SimpleGUIBuilder
SimpleGUIBuilder.add
(@NotNull Function<@NotNull InventoryContext, @Nullable ActionItem> button) 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