Class RecipeBookGhostSlots
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
- Mappings:
Namespace Name official fgnintermediary net/minecraft/class_505named net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots
-
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 official aLfgn;a:Lcqe;intermediary field_3079Lnet/minecraft/class_505;field_3079:Lnet/minecraft/class_8786;named recipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;recipe:Lnet/minecraft/recipe/RecipeEntry;
-
slots
- Mappings:
Namespace Name Mixin selector official bLfgn;b:Ljava/util/List;intermediary field_3081Lnet/minecraft/class_505;field_3081:Ljava/util/List;named slotsLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;slots:Ljava/util/List;
-
time
float time- Mappings:
Namespace Name Mixin selector official cLfgn;c:Fintermediary field_3080Lnet/minecraft/class_505;field_3080:Fnamed timeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;time:F
-
-
Constructor Details
-
RecipeBookGhostSlots
public RecipeBookGhostSlots()
-
-
Method Details
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector official aLfgn;a()Vintermediary method_2571Lnet/minecraft/class_505;method_2571()Vnamed resetLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;reset()V
-
addSlot
- Mappings:
Namespace Name Mixin selector official aLfgn;a(Lcpz;II)Vintermediary method_2569Lnet/minecraft/class_505;method_2569(Lnet/minecraft/class_1856;II)Vnamed addSlotLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;addSlot(Lnet/minecraft/recipe/Ingredient;II)V
-
getSlot
- Mappings:
Namespace Name Mixin selector official aLfgn;a(I)Lfgn$a;intermediary method_2570Lnet/minecraft/class_505;method_2570(I)Lnet/minecraft/class_505$class_506;named getSlotLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlot(I)Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;
-
getSlotCount
public int getSlotCount()- Mappings:
Namespace Name Mixin selector official bLfgn;b()Iintermediary method_2572Lnet/minecraft/class_505;method_2572()Inamed getSlotCountLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getSlotCount()I
-
getRecipe
- Mappings:
Namespace Name Mixin selector official cLfgn;c()Lcqe;intermediary method_2566Lnet/minecraft/class_505;method_2566()Lnet/minecraft/class_8786;named getRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getRecipe()Lnet/minecraft/recipe/RecipeEntry;
-
setRecipe
- Mappings:
Namespace Name Mixin selector official aLfgn;a(Lcqe;)Vintermediary method_2565Lnet/minecraft/class_505;method_2565(Lnet/minecraft/class_8786;)Vnamed setRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;setRecipe(Lnet/minecraft/recipe/RecipeEntry;)V
-
draw
public void draw(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) - Mappings:
Namespace Name Mixin selector official aLfgn;a(Lewu;Levi;IIZF)Vintermediary method_2567Lnet/minecraft/class_505;method_2567(Lnet/minecraft/class_332;Lnet/minecraft/class_310;IIZF)Vnamed drawLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;draw(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/MinecraftClient;IIZF)V
-