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 TypeMethodDescriptionvoidaddIngredient(Ingredient pIngredient, int pX, int pY) voidclear()get(int pIndex) RecipeHolder<?> voidrender(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pLeftPos, int pTopPos, boolean pOffset, float pPartialTick) voidsetRecipe(RecipeHolder<?> pRecipe) intsize()
-
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)
-