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 Recipe<?>
(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_) Recipe<?>
void
render
(PoseStack p_100150_, Minecraft p_100151_, int p_100152_, int p_100153_, boolean p_100154_, float p_100155_) void
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
-