Package net.minecraft.screen.slot
Class ForgingSlotsManager
java.lang.Object
net.minecraft.screen.slot.ForgingSlotsManager
- Mappings:
 Namespace Name named net/minecraft/screen/slot/ForgingSlotsManagerintermediary net/minecraft/class_8047official cqy
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final record - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<ForgingSlotsManager.ForgingSlot> private final ForgingSlotsManager.ForgingSlot - 
Constructor Summary
ConstructorsConstructorDescriptionForgingSlotsManager(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic ForgingSlotsManager.Buildercreate()getInputSlot(int index) intintbooleanhasSlotIndex(int index)  
- 
Field Details
- 
inputSlots
- Mappings:
 Namespace Name Mixin selector named inputSlotsLnet/minecraft/screen/slot/ForgingSlotsManager;inputSlots:Ljava/util/List;intermediary field_41907Lnet/minecraft/class_8047;field_41907:Ljava/util/List;official aLcqy;a:Ljava/util/List;
 - 
resultSlot
- Mappings:
 Namespace Name Mixin selector named resultSlotLnet/minecraft/screen/slot/ForgingSlotsManager;resultSlot:Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;intermediary field_41908Lnet/minecraft/class_8047;field_41908:Lnet/minecraft/class_8047$class_8049;official bLcqy;b:Lcqy$b;
 
 - 
 - 
Constructor Details
- 
ForgingSlotsManager
ForgingSlotsManager(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;)Vintermediary <init>Lnet/minecraft/class_8047;<init>(Ljava/util/List;Lnet/minecraft/class_8047$class_8049;)Vofficial <init>Lcqy;<init>(Ljava/util/List;Lcqy$b;)V
 
 - 
 - 
Method Details
- 
create
- Mappings:
 Namespace Name Mixin selector named createLnet/minecraft/screen/slot/ForgingSlotsManager;create()Lnet/minecraft/screen/slot/ForgingSlotsManager$Builder;intermediary method_48364Lnet/minecraft/class_8047;method_48364()Lnet/minecraft/class_8047$class_8048;official aLcqy;a()Lcqy$a;
 - 
hasSlotIndex
public boolean hasSlotIndex(int index) - Mappings:
 Namespace Name Mixin selector named hasSlotIndexLnet/minecraft/screen/slot/ForgingSlotsManager;hasSlotIndex(I)Zintermediary method_48365Lnet/minecraft/class_8047;method_48365(I)Zofficial aLcqy;a(I)Z
 - 
getInputSlot
- Mappings:
 Namespace Name Mixin selector named getInputSlotLnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlot(I)Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;intermediary method_48367Lnet/minecraft/class_8047;method_48367(I)Lnet/minecraft/class_8047$class_8049;official bLcqy;b(I)Lcqy$b;
 - 
getResultSlot
- Mappings:
 Namespace Name Mixin selector named getResultSlotLnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlot()Lnet/minecraft/screen/slot/ForgingSlotsManager$ForgingSlot;intermediary method_48366Lnet/minecraft/class_8047;method_48366()Lnet/minecraft/class_8047$class_8049;official bLcqy;b()Lcqy$b;
 - 
getInputSlots
- Mappings:
 Namespace Name Mixin selector named getInputSlotsLnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlots()Ljava/util/List;intermediary method_48368Lnet/minecraft/class_8047;method_48368()Ljava/util/List;official cLcqy;c()Ljava/util/List;
 - 
getInputSlotCount
public int getInputSlotCount()- Mappings:
 Namespace Name Mixin selector named getInputSlotCountLnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotCount()Iintermediary method_48369Lnet/minecraft/class_8047;method_48369()Iofficial dLcqy;d()I
 - 
getResultSlotIndex
public int getResultSlotIndex()- Mappings:
 Namespace Name Mixin selector named getResultSlotIndexLnet/minecraft/screen/slot/ForgingSlotsManager;getResultSlotIndex()Iintermediary method_48370Lnet/minecraft/class_8047;method_48370()Iofficial eLcqy;e()I
 - 
getInputSlotIndices
- Mappings:
 Namespace Name Mixin selector named getInputSlotIndicesLnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotIndices()Ljava/util/List;intermediary method_48371Lnet/minecraft/class_8047;method_48371()Ljava/util/List;official fLcqy;f()Ljava/util/List;
 
 -