Uses of Interface
me.croabeast.common.builder.Builder
Packages that use Builder
-
Uses of Builder in me.croabeast.common.builder
Classes in me.croabeast.common.builder with type parameters of type Builder -
Uses of Builder in me.croabeast.common.gui
Classes in me.croabeast.common.gui that implement BuilderModifier and TypeClassDescriptionfinal classA builder for creating and configuring a toggle button in a GUI.final classA builder for creating and managing a chest GUI with paginated panes.classGuiBuilder<G extends com.github.stefvanschie.inventoryframework.gui.type.util.Gui,B extends GuiBuilder<G, B>> An abstract builder for creating and managing GUIs with paginated panes.classPaneBuilder<P extends com.github.stefvanschie.inventoryframework.pane.Pane,B extends PaneBuilder<P, B>> An abstract builder for constructing and configuringPaneobjects in a fluent manner.