Package net.minecraft.screen.slot
Class ForgingSlotsManager
java.lang.Object
net.minecraft.screen.slot.ForgingSlotsManager
- Mappings:
- Namespace - Name - named - net/minecraft/screen/slot/ForgingSlotsManager- intermediary - net/minecraft/class_8047- official - cti
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<ForgingSlotsManager.ForgingSlot> private final ForgingSlotsManager.ForgingSlot
- 
Constructor SummaryConstructorsConstructorDescriptionForgingSlotsManager(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic ForgingSlotsManager.Builderbuilder()getInputSlot(int index) intint
- 
Field Details- 
inputSlots- Mappings:
- Namespace - Name - Mixin selector - named - inputSlots- Lnet/minecraft/screen/slot/ForgingSlotsManager;inputSlots:Ljava/util/List;- intermediary - field_41907- Lnet/minecraft/class_8047;field_41907:Ljava/util/List;- official - a- Lcti;a:Ljava/util/List;
 
- 
resultSlot- Mappings:
- Namespace - Name - Mixin selector - named - resultSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;resultSlot:Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;- intermediary - field_41908- Lnet/minecraft/class_8047;field_41908:Lnet/minecraft/class_8047$class_8049;- official - b- Lcti;b:Lcti$b;
 
 
- 
- 
Constructor Details- 
ForgingSlotsManagerForgingSlotsManager(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/screen/slot/ForgingSlotsManager;<init>(Ljava/util/List;Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;)V- intermediary - <init>- Lnet/minecraft/class_8047;<init>(Ljava/util/List;Lnet/minecraft/class_8047$class_8049;)V- official - <init>- Lcti;<init>(Ljava/util/List;Lcti$b;)V
 
 
- 
- 
Method Details- 
builder- Mappings:
- Namespace - Name - Mixin selector - named - builder- Lnet/minecraft/screen/slot/ForgingSlotsManager;builder()Lnet/minecraft/screen/slot/ForgingSlotsManager$Builder;- intermediary - method_48364- Lnet/minecraft/class_8047;method_48364()Lnet/minecraft/class_8047$class_8048;- official - a- Lcti;a()Lcti$a;
 
- 
getInputSlot- Mappings:
- Namespace - Name - Mixin selector - named - getInputSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlot(I)Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;- intermediary - method_48367- Lnet/minecraft/class_8047;method_48367(I)Lnet/minecraft/class_8047$class_8049;- official - a- Lcti;a(I)Lcti$b;
 
- 
getResultSlot- Mappings:
- Namespace - Name - Mixin selector - named - getResultSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlot()Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;- intermediary - method_48366- Lnet/minecraft/class_8047;method_48366()Lnet/minecraft/class_8047$class_8049;- official - b- Lcti;b()Lcti$b;
 
- 
getInputSlots- Mappings:
- Namespace - Name - Mixin selector - named - getInputSlots- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlots()Ljava/util/List;- intermediary - method_48368- Lnet/minecraft/class_8047;method_48368()Ljava/util/List;- official - c- Lcti;c()Ljava/util/List;
 
- 
getInputSlotCountpublic int getInputSlotCount()- Mappings:
- Namespace - Name - Mixin selector - named - getInputSlotCount- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotCount()I- intermediary - method_48369- Lnet/minecraft/class_8047;method_48369()I- official - d- Lcti;d()I
 
- 
getResultSlotIndexpublic int getResultSlotIndex()- Mappings:
- Namespace - Name - Mixin selector - named - getResultSlotIndex- Lnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlotIndex()I- intermediary - method_48370- Lnet/minecraft/class_8047;method_48370()I- official - e- Lcti;e()I
 
 
-