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_FUNCTIONSMethods in io.github.toberocat.guiengine.function with parameters of type ComputeFunctionModifier and TypeMethodDescriptionstatic voidFunctionProcessor.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 TypeClassDescriptionclassCustom compute function to extract properties of GUI components.classCustom compute function to check if a player does not have a specific permission.classCustom compute function to check if a player has a specific permission.