Interface IConfigRecipe
-
- All Superinterfaces:
Config
- All Known Subinterfaces:
IElevatorRecipeGroup
public interface IConfigRecipe extends Config
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAmount()java.lang.StringgetCraftPermission()org.bukkit.DyeColorgetDefaultOutputColor()java.util.List<RecipeRow<org.bukkit.NamespacedKey>>getRecipe()booleansupportsMultiColorMaterials()booleansupportsMultiColorOutput()
-
-
-
Method Detail
-
getAmount
int getAmount()
-
getCraftPermission
java.lang.String getCraftPermission()
-
getDefaultOutputColor
org.bukkit.DyeColor getDefaultOutputColor()
-
supportsMultiColorOutput
boolean supportsMultiColorOutput()
-
supportsMultiColorMaterials
boolean supportsMultiColorMaterials()
-
getRecipe
java.util.List<RecipeRow<org.bukkit.NamespacedKey>> getRecipe()
-
-