Uses of Class
net.minecraft.screen.AbstractRecipeScreenHandler
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.recipebook | |
| net.minecraft.recipe | |
| net.minecraft.recipe.book | |
| net.minecraft.screen |
-
Uses of AbstractRecipeScreenHandler in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as AbstractRecipeScreenHandler Modifier and Type Field Description private AbstractRecipeScreenHandler<?>AnimatedResultButton. craftingScreenHandlerprotected AbstractRecipeScreenHandler<?>RecipeBookWidget. craftingScreenHandlerMethods in net.minecraft.client.gui.screen.recipebook with parameters of type AbstractRecipeScreenHandler Modifier and Type Method Description voidRecipeBookWidget. initialize(int parentWidth, int parentHeight, MinecraftClient client, boolean narrow, AbstractRecipeScreenHandler<?> craftingScreenHandler) -
Uses of AbstractRecipeScreenHandler in net.minecraft.recipe
Fields in net.minecraft.recipe declared as AbstractRecipeScreenHandler Modifier and Type Field Description protected AbstractRecipeScreenHandler<C>InputSlotFiller. craftingScreenHandlerConstructors in net.minecraft.recipe with parameters of type AbstractRecipeScreenHandler Constructor Description InputSlotFiller(AbstractRecipeScreenHandler<C> craftingScreenHandler) -
Uses of AbstractRecipeScreenHandler in net.minecraft.recipe.book
Methods in net.minecraft.recipe.book with parameters of type AbstractRecipeScreenHandler Modifier and Type Method Description booleanRecipeBook. isFilteringCraftable(AbstractRecipeScreenHandler<?> handler) -
Uses of AbstractRecipeScreenHandler in net.minecraft.screen
Subclasses of AbstractRecipeScreenHandler in net.minecraft.screen Modifier and Type Class Description classAbstractFurnaceScreenHandlerclassBlastFurnaceScreenHandlerclassCraftingScreenHandlerclassFurnaceScreenHandlerclassPlayerScreenHandlerclassSmokerScreenHandler