Package net.minecraft.screen.slot
Class ForgingSlotsManager
java.lang.Object
net.minecraft.screen.slot.ForgingSlotsManager
- Mappings:
- Namespace - Name - official - ccg- intermediary - net/minecraft/class_8047- named - net/minecraft/screen/slot/ForgingSlotsManager
- 
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.Buildercreate()getInputSlot(int index) intintbooleanhasSlotIndex(int index) 
- 
Field Details- 
inputSlots- Mappings:
- Namespace - Name - Mixin selector - official - a- Lccg;a:Ljava/util/List;- intermediary - field_41907- Lnet/minecraft/class_8047;field_41907:Ljava/util/List;- named - inputSlots- Lnet/minecraft/screen/slot/ForgingSlotsManager;inputSlots:Ljava/util/List;
 
- 
resultSlot- Mappings:
- Namespace - Name - Mixin selector - official - b- Lccg;b:Lccg$b;- intermediary - field_41908- Lnet/minecraft/class_8047;field_41908:Lnet/minecraft/class_8047$class_8049;- named - resultSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;resultSlot:Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;
 
 
- 
- 
Constructor Details- 
ForgingSlotsManagerForgingSlotsManager(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lccg;<init>(Ljava/util/List;Lccg$b;)V- intermediary - <init>- Lnet/minecraft/class_8047;<init>(Ljava/util/List;Lnet/minecraft/class_8047$class_8049;)V- named - <init>- Lnet/minecraft/screen/slot/ForgingSlotsManager;<init>(Ljava/util/List;Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;)V
 
 
- 
- 
Method Details- 
create- Mappings:
- Namespace - Name - Mixin selector - official - a- Lccg;a()Lccg$a;- intermediary - method_48364- Lnet/minecraft/class_8047;method_48364()Lnet/minecraft/class_8047$class_8048;- named - create- Lnet/minecraft/screen/slot/ForgingSlotsManager;create()Lnet/minecraft/screen/slot/ForgingSlotsManager$Builder;
 
- 
hasSlotIndexpublic boolean hasSlotIndex(int index) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lccg;a(I)Z- intermediary - method_48365- Lnet/minecraft/class_8047;method_48365(I)Z- named - hasSlotIndex- Lnet/minecraft/screen/slot/ForgingSlotsManager;hasSlotIndex(I)Z
 
- 
getInputSlot- Mappings:
- Namespace - Name - Mixin selector - official - b- Lccg;b(I)Lccg$b;- intermediary - method_48367- Lnet/minecraft/class_8047;method_48367(I)Lnet/minecraft/class_8047$class_8049;- named - getInputSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlot(I)Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;
 
- 
getResultSlot- Mappings:
- Namespace - Name - Mixin selector - official - b- Lccg;b()Lccg$b;- intermediary - method_48366- Lnet/minecraft/class_8047;method_48366()Lnet/minecraft/class_8047$class_8049;- named - getResultSlot- Lnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlot()Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;
 
- 
getInputSlots- Mappings:
- Namespace - Name - Mixin selector - official - c- Lccg;c()Ljava/util/List;- intermediary - method_48368- Lnet/minecraft/class_8047;method_48368()Ljava/util/List;- named - getInputSlots- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlots()Ljava/util/List;
 
- 
getInputSlotCountpublic int getInputSlotCount()- Mappings:
- Namespace - Name - Mixin selector - official - d- Lccg;d()I- intermediary - method_48369- Lnet/minecraft/class_8047;method_48369()I- named - getInputSlotCount- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotCount()I
 
- 
getResultSlotIndexpublic int getResultSlotIndex()- Mappings:
- Namespace - Name - Mixin selector - official - e- Lccg;e()I- intermediary - method_48370- Lnet/minecraft/class_8047;method_48370()I- named - getResultSlotIndex- Lnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlotIndex()I
 
- 
getInputSlotIndices- Mappings:
- Namespace - Name - Mixin selector - official - f- Lccg;f()Ljava/util/List;- intermediary - method_48371- Lnet/minecraft/class_8047;method_48371()Ljava/util/List;- named - getInputSlotIndices- Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotIndices()Ljava/util/List;
 
 
-