Uses of Class
io.github.toberocat.guiengine.components.AbstractGuiComponentBuilder
Packages that use AbstractGuiComponentBuilder
Package
Description
-
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components
Classes in io.github.toberocat.guiengine.components with type parameters of type AbstractGuiComponentBuilderModifier and TypeClassDescriptionclass
AbstractGuiComponentBuilder<B extends AbstractGuiComponentBuilder<B>>
An abstract base class for building GUI components. -
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.embedded
Subclasses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.embeddedModifier and TypeClassDescriptionclass
EmbeddedGuiComponentBuilder<B extends EmbeddedGuiComponentBuilder<B>>
A builder class for creating EmbeddedGuiComponent instances. -
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.item
Modifier and TypeClassDescriptionclass
SimpleItemComponentBuilder<B extends SimpleItemComponentBuilder<B>>
A builder class for creating SimpleItemComponent instances. -
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.paged
Subclasses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.pagedModifier and TypeClassDescriptionclass
A builder class for creating PagedComponent instances. -
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.toggle
Subclasses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.components.provided.toggleModifier and TypeClassDescriptionclass
Builder class for creating instances ofToggleItemComponent
. -
Uses of AbstractGuiComponentBuilder in io.github.toberocat.guiengine.exception
Constructors in io.github.toberocat.guiengine.exception with parameters of type AbstractGuiComponentBuilderModifierConstructorDescriptionMissingRequiredParamException
(@NotNull AbstractGuiComponentBuilder<?> builder, @NotNull String parameterName) Constructs a new `MissingRequiredParamException` with the specified information.