Uses of Interface
net.minecraft.recipe.ServerRecipeManager.MatchGetter
Packages that use ServerRecipeManager.MatchGetter
-
Uses of ServerRecipeManager.MatchGetter in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as ServerRecipeManager.MatchGetterModifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter
<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
Methods in net.minecraft.block.entity with parameters of type ServerRecipeManager.MatchGetterModifier 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
Methods in net.minecraft.recipe that return ServerRecipeManager.MatchGetterModifier and TypeMethodDescriptionstatic <I extends RecipeInput,
T extends Recipe<I>>
ServerRecipeManager.MatchGetter<I, T> ServerRecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.