Class CombinerRecipe
java.lang.Object
de.ellpeck.rockbottom.api.construction.compendium.BasicCompendiumRecipe
de.ellpeck.rockbottom.api.construction.smelting.CombinerRecipe
- All Implemented Interfaces:
ICompendiumRecipe,IContent
-
Field Summary
FieldsFields inherited from class de.ellpeck.rockbottom.api.construction.compendium.BasicCompendiumRecipe
infoName -
Constructor Summary
ConstructorsConstructorDescriptionCombinerRecipe(IUseInfo input1, IUseInfo input2, ItemInstance output, int time) CombinerRecipe(ResourceName name, IUseInfo input1, IUseInfo input2, ItemInstance output, int time) -
Method Summary
Modifier and TypeMethodDescriptionstatic CombinerRecipeforInput(ItemInstance input) static CombinerRecipeforInputs(ItemInstance input1, ItemInstance input2) static CombinerRecipeforName(ResourceName name) 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
-
CombinerRecipe
-
CombinerRecipe
public CombinerRecipe(ResourceName name, IUseInfo input1, IUseInfo input2, ItemInstance output, int time)
-
-
Method Details
-
forName
-
forInput
-
forInputs
-
getInput1
-
getInput2
-
getOutput
-
getTime
public int getTime() -
isKnown
-
getInputs
-
getOutputs
-
register
-