Uses of Interface
net.minecraft.recipe.ServerRecipeManager.MatchGetter
-
Uses of ServerRecipeManager.MatchGetter in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter
<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
Modifier and TypeMethodDescriptionstatic void
CampfireBlockEntity.litServerTick
(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) -
Uses of ServerRecipeManager.MatchGetter in net.minecraft.recipe
Modifier and TypeMethodDescriptionstatic <I extends RecipeInput,
T extends Recipe<I>>
ServerRecipeManager.MatchGetter<I, T> ServerRecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.