Uses of Interface
net.minecraft.class_9695
Packages that use class_9695
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9695 in net.minecraft
Classes in net.minecraft that implement class_9695Modifier and TypeClassDescriptionclassfinal recordfinal record -
Uses of class_9695 in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type class_9695Modifier and TypeClassDescriptionclassInputSlotFiller<I extends class_9695,R extends Recipe<I>> interfaceRecipe<T extends class_9695>A recipe is an arrangement of item stacks in an inventory that can yield a product item stack.static interfaceRecipeManager.MatchGetter<I extends class_9695,T extends Recipe<I>> Methods in net.minecraft.recipe with type parameters of type class_9695Modifier and TypeMethodDescriptionstatic <I extends class_9695,T extends Recipe<I>>
RecipeManager.MatchGetter<I, T> RecipeManager.createCachedMatchGetter(RecipeType<T> type) Creates a cached match getter.<I extends class_9695,T extends Recipe<I>>
List<RecipeEntry<T>> RecipeManager.getAllMatches(RecipeType<T> type, I i, World world) Creates a list of all recipes of the giventypethat match the giveninventoryandworld.private <I extends class_9695,T extends Recipe<I>>
Collection<RecipeEntry<T>> RecipeManager.getAllOfType(RecipeType<T> type) <I extends class_9695,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch(RecipeType<T> type, I i, World world) Returns a recipe of the giventypethat match the giveninventoryandworld.<I extends class_9695,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch(RecipeType<T> type, I i, World world, @Nullable Identifier id) <I extends class_9695,T extends Recipe<I>>
DefaultedList<ItemStack> RecipeManager.getRemainingStacks(RecipeType<T> type, I i, World world) Returns the remainder of a recipe of the giventypethat match the giveninventoryandworld, or a shallow copy of theinventory.<I extends class_9695,T extends Recipe<I>>
List<RecipeEntry<T>> RecipeManager.listAllOfType(RecipeType<T> type) Creates a list of all recipes of the giventype.<I extends class_9695,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.method_59993(RecipeType<T> recipeType, I i, World world, @Nullable RecipeEntry<T> recipeEntry) -
Uses of class_9695 in net.minecraft.screen
Classes in net.minecraft.screen with type parameters of type class_9695Modifier and TypeClassDescriptionclassAbstractRecipeScreenHandler<I extends class_9695,R extends Recipe<I>>