Class GhostRecipe
java.lang.Object
net.minecraft.client.gui.screens.recipebook.GhostRecipe
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<GhostRecipe.GhostIngredient>
private RecipeHolder<?>
(package private) float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIngredient
(Ingredient p_100144_, int p_100145_, int p_100146_) void
clear()
get
(int p_100142_) RecipeHolder<?>
void
render
(GuiGraphics p_282081_, Minecraft p_281341_, int p_283169_, int p_282326_, boolean p_282174_, float p_282256_) void
setRecipe
(RecipeHolder<?> p_300899_) int
size()
-
Field Details
-
recipe
-
ingredients
-
time
float time
-
-
Constructor Details
-
GhostRecipe
public GhostRecipe()
-
-
Method Details
-
clear
public void clear() -
addIngredient
-
get
-
size
public int size() -
getRecipe
-
setRecipe
-
render
public void render(GuiGraphics p_282081_, Minecraft p_281341_, int p_283169_, int p_282326_, boolean p_282174_, float p_282256_)
-