Uses of Interface
io.github.projectunified.craftux.common.Mask
Packages that use Mask
Package
Description
-
Uses of Mask in io.github.projectunified.craftux.mask
Classes in io.github.projectunified.craftux.mask that implement MaskModifier 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 buttonFields in io.github.projectunified.craftux.mask declared as MaskFields in io.github.projectunified.craftux.mask with type parameters of type MaskMethods in io.github.projectunified.craftux.mask that return MaskModifier and TypeMethodDescription@NotNull Mask
PlaceholderMask.getDefaultMask()
Get the default mask@NotNull Mask
PredicateMask.getFallbackMask()
Get the fallback mask@Nullable Mask
Get the mask for the unique id@NotNull Mask
PredicateMask.getMask()
Get the maskMethods in io.github.projectunified.craftux.mask that return types with arguments of type MaskModifier and TypeMethodDescriptionGet the masks for the unique idPlaceholderMask.getUserMasks()
Get the user-mask mapMethods in io.github.projectunified.craftux.mask with parameters of type MaskModifier and TypeMethodDescriptionvoid
PlaceholderMask.setDefaultMask
(@NotNull Mask defaultMask) Set the default maskvoid
PredicateMask.setFallbackMask
(@NotNull Mask fallbackMask) Set the fallback maskvoid
Set the mask for the unique idvoid
Set the mask -
Uses of Mask in io.github.projectunified.craftux.simple
Classes in io.github.projectunified.craftux.simple that implement Mask -
Uses of Mask in io.github.projectunified.craftux.spigot
Methods in io.github.projectunified.craftux.spigot that return MaskMethods in io.github.projectunified.craftux.spigot with parameters of type Mask