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 SimpleGUIBuilderSimpleGUIBuilder.add(@NotNull Function<@NotNull InventoryContext, @Nullable ActionItem> button) Add the given button to the holder and increaseslotby 1static @NotNull SimpleGUIBuilderSimpleGUIBuilder.create()Create a new instance ofthiswith an emptySimpleButtonMapstatic @NotNull SimpleGUIBuilderSimpleGUIBuilder.create(@NotNull SimpleButtonMap simpleButtonMap) Create a new instance ofthis@NotNull SimpleGUIBuilderSimpleGUIBuilder.next()Increaseslotby 1@NotNull SimpleGUIBuilderSimpleGUIBuilder.next(int slot) Increaseslotby the given slot size