Class RecipeBookGhostSlots
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
@Environment(CLIENT) public class RecipeBookGhostSlots extends Object
- Mappings:
Namespace Name official dybintermediary net/minecraft/class_505named net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRecipeBookGhostSlots.GhostInputSlot -
Field Summary
-
Constructor Summary
Constructors Constructor Description RecipeBookGhostSlots() -
Method Summary
Modifier and Type Method Description voidaddSlot(Ingredient ingredient, int x, int y)voiddraw(MatrixStack matrices, MinecraftClient client, int int2, int int3, boolean bool, float float2)Recipe<?>getRecipe()RecipeBookGhostSlots.GhostInputSlotgetSlot(int index)intgetSlotCount()voidreset()voidsetRecipe(Recipe<?> recipe)
-
Field Details
-
recipe
- Mappings:
Namespace Name Mixin selector official aLdyb;a:Lbqn;intermediary field_3079Lnet/minecraft/class_505;field_3079:Lnet/minecraft/class_1860;named recipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;recipe:Lnet/minecraft/recipe/Recipe;
-
slots
- Mappings:
Namespace Name Mixin selector official bLdyb;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
private float time- Mappings:
Namespace Name Mixin selector official cLdyb;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 aLdyb;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 aLdyb;a(Lbqk;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 aLdyb;a(I)Ldyb$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 bLdyb;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 cLdyb;c()Lbqn;intermediary method_2566Lnet/minecraft/class_505;method_2566()Lnet/minecraft/class_1860;named getRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;getRecipe()Lnet/minecraft/recipe/Recipe;
-
setRecipe
- Mappings:
Namespace Name Mixin selector official aLdyb;a(Lbqn;)Vintermediary method_2565Lnet/minecraft/class_505;method_2565(Lnet/minecraft/class_1860;)Vnamed setRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;setRecipe(Lnet/minecraft/recipe/Recipe;)V
-
draw
public void draw(MatrixStack matrices, MinecraftClient client, int int2, int int3, boolean bool, float float2)- Mappings:
Namespace Name Mixin selector official aLdyb;a(Ldlr;Ldqk;IIZF)Vintermediary method_2567Lnet/minecraft/class_505;method_2567(Lnet/minecraft/class_4587;Lnet/minecraft/class_310;IIZF)Vnamed drawLnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;draw(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/MinecraftClient;IIZF)V
-