Uses of Interface
net.minecraft.class_10302.class_10308
Packages that use class_10302.class_10308
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10302.class_10308 in net.minecraft
Methods in net.minecraft that return class_10302.class_10308Modifier and TypeMethodDescriptionstatic class_10302.class_10308class_10302.class_10308.method_64752(World world) Methods in net.minecraft with parameters of type class_10302.class_10308Modifier and TypeMethodDescriptionclass_10297.method_64730(class_10302.class_10308 class_10308) class_10302.method_64738(class_10302.class_10308 class_10308) voidclass_10302.class_10303.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10304.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10305.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10306.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10307.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10310.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.class_10311.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) voidclass_10302.method_64739(class_10302.class_10308 class_10308, class_10302.class_10309 class_10309) default voidclass_10302.method_64740(class_10302.class_10308 class_10308, Consumer<ItemStack> consumer) default ItemStackclass_10302.method_64742(class_10302.class_10308 class_10308) -
Uses of class_10302.class_10308 in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type class_10302.class_10308Modifier and TypeMethodDescriptionprivate static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe(class_10295 class_10295, class_10302.class_10308 class_10308) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(class_10295 class_10295, class_10302.class_10308 class_10308) protected voidAbstractCraftingRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, class_10295 class_10295, class_10302.class_10308 class_10308) protected voidAbstractFurnaceRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, class_10295 class_10295, class_10302.class_10308 class_10308) protected abstract voidRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, class_10295 class_10295, class_10302.class_10308 class_10308) protected voidGhostRecipe.method_64872(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302) private voidGhostRecipe.method_64873(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302, boolean bool) protected voidGhostRecipe.method_64874(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, class_10302.class_10308 class_10308, boolean bool, int int2, int int3, int int4, int int5, float float2) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, class_10302.class_10308 class_10308) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type class_10302.class_10308ModifierConstructorDescriptionCraftingAlternativeButtonWidget(int x, int y, class_10298 class_10298, class_10295 class_10295, class_10302.class_10308 class_10308, boolean bool) FurnaceAlternativeButtonWidget(int x, int y, class_10298 class_10298, class_10295 class_10295, class_10302.class_10308 class_10308, boolean bool)