Class DisabledRecipe
java.lang.Object
com.github.darksoulq.abyssallib.world.recipe.type.DisabledRecipe
- All Implemented Interfaces:
CustomRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.NamespacedKeygetKey()RecipeType<?> getType()booleanreplace()
-
Constructor Details
-
DisabledRecipe
public DisabledRecipe(org.bukkit.NamespacedKey id)
-
-
Method Details
-
getKey
public org.bukkit.NamespacedKey getKey()- Specified by:
getKeyin interfaceCustomRecipe
-
replace
public boolean replace()- Specified by:
replacein interfaceCustomRecipe
-
getType
- Specified by:
getTypein interfaceCustomRecipe
-