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 TypeClassDescriptionclassThe animated button with child buttons as framesclassThe button that loops through the list of child buttonsclassA base button that handles multiple child buttonsclassThe conditional button that chooses a button based on a specific predicate -
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 voidElement.handleIfElement(Object o, Consumer<Element> elementConsumer) Handle the object if it is an instance ofElementstatic <T> voidElement.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 TypeClassDescriptionclassThe animated mask with child masks as framesclassThe button paginated mask, those with a long list of buttons divided into pages.classThe mask that views multiple masksclassThe mask with a list of child masksclassThe mask paginated mask, those with a long list of masks divided into pages.classMultiMask<T>A base mask that handles multiple child elementsclassThe masks with multiple positionsclassThe animated mask with child masks as frames, but only run onceclassclassThe placeholder mask
Used for per-user masksclassThe mask with predicateclassA button paginated mask, where each button is a pageclassThe 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 -
Uses of Element in io.github.projectunified.craftux.spigot.button
Classes in io.github.projectunified.craftux.spigot.button that implement ElementModifier and TypeClassDescriptionclassThe button that stores the input itemclassThe button that stores the output button for the viewer