Uses of Class
me.mehboss.utils.RecipeConditions.ConditionSet
Packages that use RecipeConditions.ConditionSet
Package
Description
Contains general-purpose utility classes used throughout the plugin.
Contains data models for defining custom recipe behavior.
-
Uses of RecipeConditions.ConditionSet in me.mehboss.utils
Methods in me.mehboss.utils that return RecipeConditions.ConditionSetModifier and TypeMethodDescriptionRecipeConditions.parseConditionSet(org.bukkit.configuration.ConfigurationSection root) Parse an entire condition set from the per-recipe section. -
Uses of RecipeConditions.ConditionSet in me.mehboss.utils.data
Methods in me.mehboss.utils.data that return RecipeConditions.ConditionSetModifier and TypeMethodDescriptionCraftingRecipeData.getConditionSet()Gets the ConditionSet attached to this recipe.Methods in me.mehboss.utils.data with parameters of type RecipeConditions.ConditionSetModifier and TypeMethodDescriptionvoidCraftingRecipeData.setConditionSet(RecipeConditions.ConditionSet cs) Sets the ConditionSet for this recipe.