Uses of Interface
net.minecraft.world.item.crafting.RecipeManager.CachedCheck
Packages that use RecipeManager.CachedCheck
-
Uses of RecipeManager.CachedCheck in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting that return RecipeManager.CachedCheckModifier and TypeMethodDescriptionstatic <I extends RecipeInput,
T extends Recipe<I>>
RecipeManager.CachedCheck<I, T> RecipeManager.createCheck
(RecipeType<T> p_220268_) -
Uses of RecipeManager.CachedCheck in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as RecipeManager.CachedCheckModifier and TypeFieldDescriptionprivate final RecipeManager.CachedCheck
<SingleRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.quickCheck
Methods in net.minecraft.world.level.block.entity with parameters of type RecipeManager.CachedCheckModifier and TypeMethodDescriptionstatic void
CampfireBlockEntity.cookTick
(ServerLevel p_380207_, BlockPos p_155308_, BlockState p_155309_, CampfireBlockEntity p_155310_, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> p_380193_)