Uses of Enum Class
me.mehboss.utils.RecipeUtil.Recipe.RecipeType
Packages that use RecipeUtil.Recipe.RecipeType
Package
Description
Contains general-purpose utility classes used throughout the plugin.
-
Uses of RecipeUtil.Recipe.RecipeType in me.mehboss.utils
Subclasses with type arguments of type RecipeUtil.Recipe.RecipeType in me.mehboss.utilsMethods in me.mehboss.utils that return RecipeUtil.Recipe.RecipeTypeModifier and TypeMethodDescriptionstatic RecipeUtil.Recipe.RecipeTypeRecipeUtil.Recipe.RecipeType.fromString(String name) RecipeUtil.Recipe.getType()Getter for the RecipeTypestatic RecipeUtil.Recipe.RecipeTypeReturns the enum constant of this class with the specified name.static RecipeUtil.Recipe.RecipeType[]RecipeUtil.Recipe.RecipeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.mehboss.utils with parameters of type RecipeUtil.Recipe.RecipeTypeModifier and TypeMethodDescriptionRecipeUtil.getRecipesFromType(RecipeUtil.Recipe.RecipeType type) Getter for all recipes matching a typevoidRecipeUtil.Recipe.setType(RecipeUtil.Recipe.RecipeType type) Setter for the RecipeType, not required and defaults to SHAPED