Class PneumaticCraftRecipeType<T extends PneumaticCraftRecipe>
java.lang.Object
me.desht.pneumaticcraft.common.recipes.PneumaticCraftRecipeType<T>
- All Implemented Interfaces:
net.minecraft.world.item.crafting.RecipeType<T>
public class PneumaticCraftRecipeType<T extends PneumaticCraftRecipe>
extends Object
implements net.minecraft.world.item.crafting.RecipeType<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface net.minecraft.world.item.crafting.RecipeType
BLASTING, CAMPFIRE_COOKING, CRAFTING, SMELTING, SMITHING, SMOKING, STONECUTTING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetRecipe(net.minecraft.world.level.Level world, net.minecraft.resources.ResourceLocation recipeId) getRecipes(net.minecraft.world.level.Level world) stream(net.minecraft.world.level.Level world) 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.RecipeType
tryMatch
-
Constructor Details
-
PneumaticCraftRecipeType
public PneumaticCraftRecipeType()
-
-
Method Details
-
getRecipes
-
stream
-
findFirst
-
getRecipe
public T getRecipe(net.minecraft.world.level.Level world, net.minecraft.resources.ResourceLocation recipeId) -
getCacheReloadListener
-
clearCachedRecipes
public static void clearCachedRecipes()
-