Uses of Enum Class
ua.mcchickenstudio.opencreative.coding.blocks.executors.ExecutorCategory
Packages that use ExecutorCategory
Package
Description
-
Uses of ExecutorCategory in ua.mcchickenstudio.opencreative.coding
Methods in ua.mcchickenstudio.opencreative.coding with parameters of type ExecutorCategoryModifier and TypeMethodDescriptionvoidCodeConfiguration.saveExecutorBlock(@NotNull org.bukkit.block.Block block, boolean notDependsOnHeight, @NotNull ExecutorCategory category, @NotNull Executor executor) voidCodeConfiguration.saveExecutorBlock(@NotNull org.bukkit.block.Block block, boolean notDependsOnHeight, @NotNull ExecutorCategory category, @NotNull Executor executor, boolean debug) voidCodeStorage.saveExecutorBlock(@NotNull org.bukkit.block.Block block, boolean notDependsOnHeight, @NotNull ExecutorCategory category, @NotNull Executor executor) Saves executor block data in configuration file.voidCodeStorage.saveExecutorBlock(@NotNull org.bukkit.block.Block block, boolean notDependsOnHeight, @NotNull ExecutorCategory category, @NotNull Executor executor, boolean debug) Saves executor block data in configuration file. -
Uses of ExecutorCategory in ua.mcchickenstudio.opencreative.coding.blocks.executors
Subclasses with type arguments of type ExecutorCategory in ua.mcchickenstudio.opencreative.coding.blocks.executorsMethods in ua.mcchickenstudio.opencreative.coding.blocks.executors that return ExecutorCategoryModifier and TypeMethodDescriptionfinal @NotNull ExecutorCategoryExecutor.getBlockCategory()Returns coding block category of this executor.static @Nullable ExecutorCategoryExecutorCategory.getByMaterial(@NotNull org.bukkit.Material material) Returns executor category by first block material.static ExecutorCategoryReturns the enum constant of this class with the specified name.static ExecutorCategory[]ExecutorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.coding.blocks.executors with parameters of type ExecutorCategoryModifier and TypeMethodDescriptionExecutors.getByCategories(@NotNull ExecutorCategory executorCategory, @NotNull MenusCategory menusCategory) Returns list of executors, that have same menu category.@NotNull List<MenusCategory> Executors.getCategories(@NotNull ExecutorCategory executorCategory) Returns list of all menu categories of specified executor category..Constructors in ua.mcchickenstudio.opencreative.coding.blocks.executors with parameters of type ExecutorCategoryModifierConstructorDescriptionExecutor(@NotNull String id, @NotNull ExecutorCategory category) Constructor of empty Executor without block data. -
Uses of ExecutorCategory in ua.mcchickenstudio.opencreative.coding.blocks.executors.other
Constructors in ua.mcchickenstudio.opencreative.coding.blocks.executors.other with parameters of type ExecutorCategoryModifierConstructorDescriptionNameableExecutor(@NotNull String id, @NotNull ExecutorCategory category) -
Uses of ExecutorCategory in ua.mcchickenstudio.opencreative.planets
Methods in ua.mcchickenstudio.opencreative.planets with parameters of type ExecutorCategoryModifier and TypeMethodDescriptionList<org.bukkit.Location> DevPlanet.getPlacedExecutors(ExecutorCategory category) List<org.bukkit.Location> DevPlatform.getPlacedExecutors(ExecutorCategory category)