Package me.keehl.elevators.api.models
Interface IElevatorRecipeGroup
-
- All Superinterfaces:
Config,IConfigRecipe
public interface IElevatorRecipeGroup extends IConfigRecipe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateElevatorRecipes(java.util.Map<org.bukkit.NamespacedKey,ElevatorRecipe> recipes)java.util.List<org.bukkit.NamespacedKey>getNameSpacedKeys()java.lang.StringgetRecipeKey()-
Methods inherited from interface me.keehl.elevators.api.util.config.Config
onLoad, onSave, setKey, setNode
-
Methods inherited from interface me.keehl.elevators.api.services.configs.versions.IConfigRecipe
getAmount, getCraftPermission, getDefaultOutputColor, getRecipe, supportsMultiColorMaterials, supportsMultiColorOutput
-
-
-
-
Method Detail
-
createElevatorRecipes
void createElevatorRecipes(java.util.Map<org.bukkit.NamespacedKey,ElevatorRecipe> recipes)
-
getRecipeKey
java.lang.String getRecipeKey()
-
getNameSpacedKeys
java.util.List<org.bukkit.NamespacedKey> getNameSpacedKeys()
-
-