Uses of Class
net.minecraft.screen.slot.ForgingSlotsManager
Packages that use ForgingSlotsManager
-
Uses of ForgingSlotsManager in net.minecraft.screen
Methods in net.minecraft.screen that return ForgingSlotsManagerModifier and TypeMethodDescriptionprivate static ForgingSlotsManager
SmithingScreenHandler.createForgingSlotsManager
(RecipeManager recipeManager) private static ForgingSlotsManager
AnvilScreenHandler.getForgingSlotsManager()
Methods in net.minecraft.screen with parameters of type ForgingSlotsManagerModifier and TypeMethodDescriptionprivate void
ForgingScreenHandler.addInputSlots
(ForgingSlotsManager forgingSlotsManager) private void
ForgingScreenHandler.addResultSlot
(ForgingSlotsManager forgingSlotsManager) Constructors in net.minecraft.screen with parameters of type ForgingSlotsManagerModifierConstructorDescriptionForgingScreenHandler
(@Nullable ScreenHandlerType<?> type, int syncId, PlayerInventory playerInventory, ScreenHandlerContext context, ForgingSlotsManager forgingSlotsManager) -
Uses of ForgingSlotsManager in net.minecraft.screen.slot
Methods in net.minecraft.screen.slot that return ForgingSlotsManager