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 cxg
-
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.Builderbuilder()getInputSlot(int index) intint
-
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 aLcxg;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 bLcxg;b:Lcxg$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>Lcxg;<init>(Ljava/util/List;Lcxg$b;)V
-
-
Method Details
-
builder
- Mappings:
Namespace Name Mixin selector named builderLnet/minecraft/screen/slot/ForgingSlotsManager;builder()Lnet/minecraft/screen/slot/ForgingSlotsManager$Builder;intermediary method_48364Lnet/minecraft/class_8047;method_48364()Lnet/minecraft/class_8047$class_8048;official aLcxg;a()Lcxg$a;
-
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 aLcxg;a(I)Lcxg$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 bLcxg;b()Lcxg$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 cLcxg;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 dLcxg;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 eLcxg;e()I
-