Serializable, Recipepublic final class StaticRecipe extends Object implements Recipe
| Constructor | Description |
|---|---|
StaticRecipe(Object object) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canCreate(Type type) |
Deprecated.
|
Object |
create() |
Deprecated.
|
Object |
create(ClassLoader classLoader) |
Deprecated.
|
Object |
create(Type expectedType,
boolean lazyRefAllowed) |
Deprecated.
|
List<Recipe> |
getConstructorRecipes() |
Deprecated.
|
String |
getName() |
Deprecated.
|
List<Recipe> |
getNestedRecipes() |
Deprecated.
|
float |
getPriority() |
Deprecated.
|
public StaticRecipe(Object object)
public boolean canCreate(Type type)
public Object create() throws ConstructionException
create in interface RecipeConstructionExceptionpublic Object create(ClassLoader classLoader) throws ConstructionException
create in interface RecipeConstructionExceptionpublic Object create(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
create in interface RecipeConstructionExceptionpublic List<Recipe> getNestedRecipes()
getNestedRecipes in interface Recipepublic List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface Recipepublic float getPriority()
getPriority in interface RecipeCopyright © 2005–2018. All rights reserved.