Uses of Interface
io.github.toberocat.guiengine.function.ComputeFunction
Packages that use ComputeFunction
Package
Description
-
Uses of ComputeFunction in io.github.toberocat.guiengine.function
Fields in io.github.toberocat.guiengine.function with type parameters of type ComputeFunctionModifier and TypeFieldDescriptionstatic final Set<ComputeFunction>
FunctionProcessor.COMPUTE_FUNCTIONS
Methods in io.github.toberocat.guiengine.function with parameters of type ComputeFunctionModifier and TypeMethodDescriptionstatic void
FunctionProcessor.registerComputeFunction
(@NotNull ComputeFunction computeFunction) Registers a custom compute function. -
Uses of ComputeFunction in io.github.toberocat.guiengine.function.compute
Classes in io.github.toberocat.guiengine.function.compute that implement ComputeFunctionModifier and TypeClassDescriptionclass
Custom compute function to extract properties of GUI components.class
Custom compute function to check if a player does not have a specific permission.class
Custom compute function to check if a player has a specific permission.