Class SmeltingRecipe
java.lang.Object
de.ellpeck.rockbottom.api.construction.compendium.BasicCompendiumRecipe
de.ellpeck.rockbottom.api.construction.smelting.SmeltingRecipe
- All Implemented Interfaces:
ICompendiumRecipe,IContent
-
Field Summary
FieldsFields inherited from class de.ellpeck.rockbottom.api.construction.compendium.BasicCompendiumRecipe
infoName -
Constructor Summary
ConstructorsConstructorDescriptionSmeltingRecipe(IUseInfo input, ItemInstance output, int time) SmeltingRecipe(ResourceName name, IUseInfo input, ItemInstance output, int time) -
Method Summary
Modifier and TypeMethodDescriptionstatic SmeltingRecipeforInput(ItemInstance input) static SmeltingRecipeforName(ResourceName name) getInput()intgetTime()booleanisKnown(AbstractPlayerEntity player) register()Methods inherited from class de.ellpeck.rockbottom.api.construction.compendium.BasicCompendiumRecipe
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.ellpeck.rockbottom.api.construction.compendium.ICompendiumRecipe
canConstruct, fillRecipeInfo, getConstructButton, getIngredientButtons, getPolaroidButton, isKnowledge, onConstruct
-
Field Details
-
ID
-
-
Constructor Details
-
SmeltingRecipe
-
SmeltingRecipe
-
-
Method Details
-
forName
-
forInput
-
getInput
-
getOutput
-
getTime
public int getTime() -
isKnown
-
getInputs
-
getOutputs
-
register
-