Uses of Interface
io.github.projectunified.craftux.common.Element
Packages that use Element
Package
Description
-
Uses of Element in io.github.projectunified.craftux.button
Classes in io.github.projectunified.craftux.button that implement ElementModifier and TypeClassDescriptionclass
The animated button with child buttons as framesclass
The button that loops through the list of child buttonsclass
A base button that handles multiple child buttonsclass
The button with predicates -
Uses of Element in io.github.projectunified.craftux.common
Method parameters in io.github.projectunified.craftux.common with type arguments of type ElementModifier and TypeMethodDescriptionstatic void
Element.handleIfElement
(Object o, Consumer<Element> elementConsumer) Handle the object if it is an instance ofElement
static <T> void
Element.handleIfElement
(Collection<T> collection, Consumer<Element> elementConsumer) Loop through the collection and handle the element if it is an instance ofElement
-
Uses of Element in io.github.projectunified.craftux.mask
Classes in io.github.projectunified.craftux.mask that implement ElementModifier and TypeClassDescriptionclass
The animated mask with child masks as framesclass
The button paginated mask, those with a long list of buttons divided into pages.class
The mask that views multiple masksclass
The mask with a list of child masksclass
The mask paginated mask, those with a long list of masks divided into pages.class
MultiMask<T>
A base mask that handles multiple child elementsclass
The masks with multiple positionsclass
The animated mask with child masks as frames, but only run onceclass
class
The placeholder mask
Used for per-user masksclass
The mask with predicateclass
A button paginated mask, where each button is a pageclass
The simple mask with a single button -
Uses of Element in io.github.projectunified.craftux.simple
Classes in io.github.projectunified.craftux.simple that implement Element