Class TeslaSynthesizerRecipe
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.item.crafting.TeslaSynthesizerRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
public class TeslaSynthesizerRecipe
extends Object
implements net.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic class -
Field Summary
Fields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionTeslaSynthesizerRecipe(String group, net.minecraft.world.item.crafting.Ingredient material1, net.minecraft.world.item.crafting.Ingredient material2, net.minecraft.world.item.crafting.Ingredient material3, net.minecraft.world.item.ItemStack result, int cookTime) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackassemble(TeslaSynthesizerRecipeInput input, net.minecraft.core.HolderLookup.Provider registries) intnet.minecraft.world.item.crafting.RecipeSerializer<TeslaSynthesizerRecipe> net.minecraft.world.item.crafting.RecipeType<TeslaSynthesizerRecipe> getType()group()booleanbooleanmatches(TeslaSynthesizerRecipeInput input, net.minecraft.world.level.Level level) net.minecraft.world.item.crafting.Ingredientnet.minecraft.world.item.crafting.Ingredientnet.minecraft.world.item.crafting.Ingredientnet.minecraft.world.item.crafting.PlacementInfonet.minecraft.world.item.crafting.RecipeBookCategorynet.minecraft.world.item.ItemStackresult()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
display, showNotification
-
Constructor Details
-
TeslaSynthesizerRecipe
public TeslaSynthesizerRecipe(String group, net.minecraft.world.item.crafting.Ingredient material1, net.minecraft.world.item.crafting.Ingredient material2, net.minecraft.world.item.crafting.Ingredient material3, net.minecraft.world.item.ItemStack result, int cookTime)
-
-
Method Details
-
group
- Specified by:
groupin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
result
public net.minecraft.world.item.ItemStack result() -
material1
public net.minecraft.world.item.crafting.Ingredient material1() -
material2
public net.minecraft.world.item.crafting.Ingredient material2() -
material3
public net.minecraft.world.item.crafting.Ingredient material3() -
getCookTime
public int getCookTime() -
getSerializer
- Specified by:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
getType
- Specified by:
getTypein interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
recipeBookCategory
public net.minecraft.world.item.crafting.RecipeBookCategory recipeBookCategory()- Specified by:
recipeBookCategoryin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
matches
- Specified by:
matchesin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
assemble
public net.minecraft.world.item.ItemStack assemble(TeslaSynthesizerRecipeInput input, net.minecraft.core.HolderLookup.Provider registries) - Specified by:
assemblein interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
isSpecial
public boolean isSpecial()- Specified by:
isSpecialin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-
placementInfo
public net.minecraft.world.item.crafting.PlacementInfo placementInfo()- Specified by:
placementInfoin interfacenet.minecraft.world.item.crafting.Recipe<TeslaSynthesizerRecipeInput>
-