Uses of Record Class
net.minecraft.screen.slot.ForgingSlotsManager.ForgingSlot
Packages that use ForgingSlotsManager.ForgingSlot
-
Uses of ForgingSlotsManager.ForgingSlot in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as ForgingSlotsManager.ForgingSlotModifier and TypeFieldDescription(package private) static final ForgingSlotsManager.ForgingSlot
ForgingSlotsManager.ForgingSlot.DEFAULT
private ForgingSlotsManager.ForgingSlot
ForgingSlotsManager.Builder.resultSlot
private final ForgingSlotsManager.ForgingSlot
ForgingSlotsManager.resultSlot
Fields in net.minecraft.screen.slot with type parameters of type ForgingSlotsManager.ForgingSlotModifier and TypeFieldDescriptionprivate final List<ForgingSlotsManager.ForgingSlot>
ForgingSlotsManager.Builder.inputSlots
private final List<ForgingSlotsManager.ForgingSlot>
ForgingSlotsManager.inputSlots
Methods in net.minecraft.screen.slot that return ForgingSlotsManager.ForgingSlotModifier and TypeMethodDescriptionForgingSlotsManager.getInputSlot
(int index) ForgingSlotsManager.getResultSlot()
Methods in net.minecraft.screen.slot that return types with arguments of type ForgingSlotsManager.ForgingSlotConstructors in net.minecraft.screen.slot with parameters of type ForgingSlotsManager.ForgingSlotModifierConstructorDescription(package private)
ForgingSlotsManager
(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot) Constructor parameters in net.minecraft.screen.slot with type arguments of type ForgingSlotsManager.ForgingSlotModifierConstructorDescription(package private)
ForgingSlotsManager
(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot)