Uses of Record Class
net.minecraft.class_9696
Packages that use class_9696
-
Uses of class_9696 in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type class_9696Modifier and TypeFieldDescriptionprivate final RecipeManager.MatchGetter<class_9696, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetterprivate final RecipeManager.MatchGetter<class_9696, CampfireCookingRecipe> CampfireBlockEntity.matchGetter -
Uses of class_9696 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type class_9696Modifier and TypeMethodDescriptionAbstractCookingRecipe.craft(class_9696 class_9696, RegistryWrapper.WrapperLookup wrapperLookup) CuttingRecipe.craft(class_9696 class_9696, RegistryWrapper.WrapperLookup wrapperLookup) booleanAbstractCookingRecipe.matches(class_9696 class_9696, World world) booleanStonecuttingRecipe.matches(class_9696 class_9696, World world) -
Uses of class_9696 in net.minecraft.screen
Methods in net.minecraft.screen that return class_9696Modifier and TypeMethodDescriptionprivate static class_9696StonecutterScreenHandler.method_59966(Inventory inventory)