Class GhostRecipe
java.lang.Object
net.minecraft.client.gui.screens.recipebook.GhostRecipe
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<GhostRecipe.GhostIngredient> private RecipeHolder
<?> (package private) float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIngredient
(Ingredient pIngredient, int pX, int pY) void
clear()
get
(int pIndex) RecipeHolder
<?> void
render
(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pLeftPos, int pTopPos, boolean pOffset, float pPartialTick) void
setRecipe
(RecipeHolder<?> pRecipe) 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 pGuiGraphics, Minecraft pMinecraft, int pLeftPos, int pTopPos, boolean pOffset, float pPartialTick)
-