Class GhostRecipe
java.lang.Object
net.minecraft.client.gui.recipebook.GhostRecipe
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<GhostRecipe.GhostIngredient>
private IRecipe<?>
private float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIngredient
(Ingredient p_194187_1_, int p_194187_2_, int p_194187_3_) void
clear()
get
(int p_192681_1_) IRecipe<?>
void
render
(MatrixStack p_238922_1_, Minecraft p_238922_2_, int p_238922_3_, int p_238922_4_, boolean p_238922_5_, float p_238922_6_) void
int
size()
-
Field Details
-
recipe
-
ingredients
-
time
private 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(MatrixStack p_238922_1_, Minecraft p_238922_2_, int p_238922_3_, int p_238922_4_, boolean p_238922_5_, float p_238922_6_)
-