Class RecipeBookGhostSlots
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots
intermediary net/minecraft/class_505
official fqp
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable RecipeEntry
<?> private final List
<RecipeBookGhostSlots.GhostInputSlot> (package private) float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSlot
(Ingredient ingredient, int x, int y) void
draw
(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) @Nullable RecipeEntry
<?> getSlot
(int index) int
void
reset()
void
setRecipe
(RecipeEntry<?> recipe)
-
Field Details
-
recipe
- Mappings:
Namespace Name Mixin selector named recipe
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;recipe:Lnet/minecraft/recipe/RecipeEntry;
intermediary field_3079
Lnet/minecraft/class_505;field_3079:Lnet/minecraft/class_8786;
official a
Lfqp;a:Lcyy;
-
slots
- Mappings:
Namespace Name Mixin selector named slots
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;slots:Ljava/util/List;
intermediary field_3081
Lnet/minecraft/class_505;field_3081:Ljava/util/List;
official b
Lfqp;b:Ljava/util/List;
-
time
float time- Mappings:
Namespace Name Mixin selector named time
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;time:F
intermediary field_3080
Lnet/minecraft/class_505;field_3080:F
official c
Lfqp;c:F
-
-
Constructor Details
-
RecipeBookGhostSlots
public RecipeBookGhostSlots()
-
-
Method Details
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector named reset
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;reset()V
intermediary method_2571
Lnet/minecraft/class_505;method_2571()V
official a
Lfqp;a()V
-
addSlot
- Mappings:
Namespace Name Mixin selector named addSlot
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;addSlot(Lnet/minecraft/recipe/Ingredient;II)V
intermediary method_2569
Lnet/minecraft/class_505;method_2569(Lnet/minecraft/class_1856;II)V
official a
Lfqp;a(Lcyt;II)V
-
getSlot
- Mappings:
Namespace Name Mixin selector named getSlot
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlot(I)Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;
intermediary method_2570
Lnet/minecraft/class_505;method_2570(I)Lnet/minecraft/class_505$class_506;
official a
Lfqp;a(I)Lfqp$a;
-
getSlotCount
public int getSlotCount()- Mappings:
Namespace Name Mixin selector named getSlotCount
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlotCount()I
intermediary method_2572
Lnet/minecraft/class_505;method_2572()I
official b
Lfqp;b()I
-
getRecipe
- Mappings:
Namespace Name Mixin selector named getRecipe
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getRecipe()Lnet/minecraft/recipe/RecipeEntry;
intermediary method_2566
Lnet/minecraft/class_505;method_2566()Lnet/minecraft/class_8786;
official c
Lfqp;c()Lcyy;
-
setRecipe
- Mappings:
Namespace Name Mixin selector named setRecipe
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;setRecipe(Lnet/minecraft/recipe/RecipeEntry;)V
intermediary method_2565
Lnet/minecraft/class_505;method_2565(Lnet/minecraft/class_8786;)V
official a
Lfqp;a(Lcyy;)V
-
draw
public void draw(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) - Mappings:
Namespace Name Mixin selector named draw
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;draw(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/MinecraftClient;IIZF)V
intermediary method_2567
Lnet/minecraft/class_505;method_2567(Lnet/minecraft/class_332;Lnet/minecraft/class_310;IIZF)V
official a
Lfqp;a(Lfgs;Lffg;IIZF)V
-