Uses of Class
net.minecraft.world.inventory.ItemCombinerMenuSlotDefinition
Packages that use ItemCombinerMenuSlotDefinition
-
Uses of ItemCombinerMenuSlotDefinition in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return ItemCombinerMenuSlotDefinitionModifier and TypeMethodDescriptionItemCombinerMenuSlotDefinition.Builder.build()private static ItemCombinerMenuSlotDefinitionAnvilMenu.createInputSlotDefinitions()private static ItemCombinerMenuSlotDefinitionSmithingMenu.createInputSlotDefinitions(RecipeAccess access) Methods in net.minecraft.world.inventory with parameters of type ItemCombinerMenuSlotDefinitionModifier and TypeMethodDescriptionprivate voidItemCombinerMenu.createInputSlots(ItemCombinerMenuSlotDefinition slotDefinition) private voidItemCombinerMenu.createResultSlot(ItemCombinerMenuSlotDefinition slotDefinition) Constructors in net.minecraft.world.inventory with parameters of type ItemCombinerMenuSlotDefinitionModifierConstructorDescriptionItemCombinerMenu(MenuType<?> menuType, int containerId, Inventory inventory, ContainerLevelAccess access, ItemCombinerMenuSlotDefinition slotDefinition)