Uses of Class
net.minecraft.class_10352
Packages that use class_10352
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10352 in net.minecraft
Methods in net.minecraft that return class_10352Modifier and TypeMethodDescriptionclass_10352.class_10353.method_64971(LootContextType lootContextType) static class_10352class_10363.method_65008(World world) -
Uses of class_10352 in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type class_10352Modifier and TypeMethodDescriptionprotected voidGhostRecipe.addInputs(Slot slot, class_10352 context, SlotDisplay display) private voidGhostRecipe.addItems(Slot slot, class_10352 context, SlotDisplay display, boolean resultSlot) protected voidGhostRecipe.addResults(Slot slot, class_10352 context, SlotDisplay display) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe(RecipeDisplay display, class_10352 context) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay display, class_10352 context) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, class_10352 context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) protected voidAbstractCraftingRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, class_10352 context) protected voidAbstractFurnaceRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, class_10352 context) protected abstract voidRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, class_10352 context) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, class_10352 context) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type class_10352ModifierConstructorDescriptionCraftingAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, class_10352 context, boolean craftable) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, class_10352 context, boolean craftable) -
Uses of class_10352 in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as class_10352Methods in net.minecraft.loot.context that return class_10352Constructors in net.minecraft.loot.context with parameters of type class_10352ModifierConstructorDescriptionLootContextParameterSet(ServerWorld world, class_10352 class_10352, Map<Identifier, LootContextParameterSet.DynamicDrop> dynamicDrops, float luck) -
Uses of class_10352 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type class_10352 -
Uses of class_10352 in net.minecraft.recipe.display
Methods in net.minecraft.recipe.display with parameters of type class_10352Modifier and TypeMethodDescription<T> Stream<T> SlotDisplay.AnyFuelSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.class_10362.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.CompositeSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.EmptySlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.ItemSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.SmithingTrimSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.StackSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) <T> Stream<T> SlotDisplay.TagSlotDisplay.appendStacks(class_10352 class_10352, class_10358<T> class_10358) default ItemStackSlotDisplay.getFirst(class_10352 context) SlotDisplay.getStacks(class_10352 class_10352)