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 recipes) Methods in net.minecraft.world.inventory with parameters of type ItemCombinerMenuSlotDefinitionModifier and TypeMethodDescriptionprivate voidItemCombinerMenu.createInputSlots(ItemCombinerMenuSlotDefinition itemInputSlots) private voidItemCombinerMenu.createResultSlot(ItemCombinerMenuSlotDefinition itemInputSlots) Constructors in net.minecraft.world.inventory with parameters of type ItemCombinerMenuSlotDefinitionModifierConstructorDescriptionItemCombinerMenu(@Nullable MenuType<?> menuType, int containerId, Inventory inventory, ContainerLevelAccess access, ItemCombinerMenuSlotDefinition itemInputSlots)