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 cqz
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final record
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List
<ForgingSlotsManager.ForgingSlot> private final ForgingSlotsManager.ForgingSlot
-
Constructor Summary
ConstructorDescriptionForgingSlotsManager
(List<ForgingSlotsManager.ForgingSlot> inputSlots, ForgingSlotsManager.ForgingSlot resultSlot) -
Method Summary
Modifier and TypeMethodDescriptionstatic ForgingSlotsManager.Builder
create()
getInputSlot
(int index) int
int
boolean
hasSlotIndex
(int index)
-
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
Lcqz;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
Lcqz;b:Lcqz$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;)V
intermediary <init>
Lnet/minecraft/class_8047;<init>(Ljava/util/List;Lnet/minecraft/class_8047$class_8049;)V
official <init>
Lcqz;<init>(Ljava/util/List;Lcqz$b;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/screen/slot/ForgingSlotsManager;create()Lnet/minecraft/screen/slot/ForgingSlotsManager$Builder;
intermediary method_48364
Lnet/minecraft/class_8047;method_48364()Lnet/minecraft/class_8047$class_8048;
official a
Lcqz;a()Lcqz$a;
-
hasSlotIndex
public boolean hasSlotIndex(int index) - Mappings:
Namespace Name Mixin selector named hasSlotIndex
Lnet/minecraft/screen/slot/ForgingSlotsManager;hasSlotIndex(I)Z
intermediary method_48365
Lnet/minecraft/class_8047;method_48365(I)Z
official a
Lcqz;a(I)Z
-
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 b
Lcqz;b(I)Lcqz$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
Lcqz;b()Lcqz$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
Lcqz;c()Ljava/util/List;
-
getInputSlotCount
public 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
Lcqz;d()I
-
getResultSlotIndex
public 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
Lcqz;e()I
-
getInputSlotIndices
- Mappings:
Namespace Name Mixin selector named getInputSlotIndices
Lnet/minecraft/screen/slot/ForgingSlotsManager;getInputSlotIndices()Ljava/util/List;
intermediary method_48371
Lnet/minecraft/class_8047;method_48371()Ljava/util/List;
official f
Lcqz;f()Ljava/util/List;
-