public class DebugRecipeHandler extends java.lang.Object implements IRecipeHandler<DebugRecipe>
| Constructor and Description |
|---|
DebugRecipeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRecipeCategoryUid()
Returns this recipe's category unique id.
|
java.lang.Class<DebugRecipe> |
getRecipeClass()
Returns the class of the Recipe handled by this IRecipeHandler.
|
IRecipeWrapper |
getRecipeWrapper(DebugRecipe recipe)
Returns a recipe wrapper for the given recipe.
|
boolean |
isRecipeValid(DebugRecipe recipe)
Returns true if a recipe is valid and can be used.
|
@Nonnull public java.lang.Class<DebugRecipe> getRecipeClass()
IRecipeHandlergetRecipeClass in interface IRecipeHandler<DebugRecipe>@Nonnull public java.lang.String getRecipeCategoryUid()
IRecipeHandlergetRecipeCategoryUid in interface IRecipeHandler<DebugRecipe>@Nonnull public IRecipeWrapper getRecipeWrapper(@Nonnull DebugRecipe recipe)
IRecipeHandlergetRecipeWrapper in interface IRecipeHandler<DebugRecipe>public boolean isRecipeValid(@Nonnull
DebugRecipe recipe)
IRecipeHandlerisRecipeValid in interface IRecipeHandler<DebugRecipe>