Uses of Class
cloud.commandframework.services.ExecutionOrder
-
Packages that use ExecutionOrder Package Description cloud.commandframework.services IntellectualSites service pipeline systemcloud.commandframework.services.annotations Service related annotationscloud.commandframework.services.types Service implementation types -
-
Uses of ExecutionOrder in cloud.commandframework.services
Methods in cloud.commandframework.services that return ExecutionOrder Modifier and Type Method Description static ExecutionOrder
ExecutionOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionOrder[]
ExecutionOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionOrder in cloud.commandframework.services.annotations
Methods in cloud.commandframework.services.annotations that return ExecutionOrder Modifier and Type Method Description ExecutionOrder
value()
The priority of the implementation -
Uses of ExecutionOrder in cloud.commandframework.services.types
Methods in cloud.commandframework.services.types that return ExecutionOrder Modifier and Type Method Description default @Nullable ExecutionOrder
Service. order()
Get the execution order of the service.
-