Class RecipeBookGhostSlots
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlotsintermediary net/minecraft/class_505official fqq
-
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 TypeMethodDescriptionvoidaddSlot(Ingredient ingredient, int x, int y) voiddraw(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) getSlot(int index) intvoidreset()voidsetRecipe(RecipeEntry<?> recipe)
-
Field Details
-
recipe
- Mappings:
Namespace Name Mixin selector named recipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;recipe:Lnet/minecraft/recipe/RecipeEntry;intermediary field_3079Lnet/minecraft/class_505;field_3079:Lnet/minecraft/class_8786;official aLfqq;a:Lcyz;
-
slots
- Mappings:
Namespace Name Mixin selector named slotsLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;slots:Ljava/util/List;intermediary field_3081Lnet/minecraft/class_505;field_3081:Ljava/util/List;official bLfqq;b:Ljava/util/List;
-
time
float time- Mappings:
Namespace Name Mixin selector named timeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;time:Fintermediary field_3080Lnet/minecraft/class_505;field_3080:Fofficial cLfqq;c:F
-
-
Constructor Details
-
RecipeBookGhostSlots
public RecipeBookGhostSlots()
-
-
Method Details
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector named resetLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;reset()Vintermediary method_2571Lnet/minecraft/class_505;method_2571()Vofficial aLfqq;a()V
-
addSlot
- Mappings:
Namespace Name Mixin selector named addSlotLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;addSlot(Lnet/minecraft/recipe/Ingredient;II)Vintermediary method_2569Lnet/minecraft/class_505;method_2569(Lnet/minecraft/class_1856;II)Vofficial aLfqq;a(Lcyu;II)V
-
getSlot
- Mappings:
Namespace Name Mixin selector named getSlotLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlot(I)Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;intermediary method_2570Lnet/minecraft/class_505;method_2570(I)Lnet/minecraft/class_505$class_506;official aLfqq;a(I)Lfqq$a;
-
getSlotCount
public int getSlotCount()- Mappings:
Namespace Name Mixin selector named getSlotCountLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlotCount()Iintermediary method_2572Lnet/minecraft/class_505;method_2572()Iofficial bLfqq;b()I
-
getRecipe
- Mappings:
Namespace Name Mixin selector named getRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getRecipe()Lnet/minecraft/recipe/RecipeEntry;intermediary method_2566Lnet/minecraft/class_505;method_2566()Lnet/minecraft/class_8786;official cLfqq;c()Lcyz;
-
setRecipe
- Mappings:
Namespace Name Mixin selector named setRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;setRecipe(Lnet/minecraft/recipe/RecipeEntry;)Vintermediary method_2565Lnet/minecraft/class_505;method_2565(Lnet/minecraft/class_8786;)Vofficial aLfqq;a(Lcyz;)V
-
draw
public void draw(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) - Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;draw(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/MinecraftClient;IIZF)Vintermediary method_2567Lnet/minecraft/class_505;method_2567(Lnet/minecraft/class_332;Lnet/minecraft/class_310;IIZF)Vofficial aLfqq;a(Lfgt;Lffh;IIZF)V
-