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 ingredient, int x, int y) voidclear()get(int index) RecipeHolder<?> voidrender(GuiGraphics guiGraphics, Minecraft minecraft, int leftPos, int topPos, boolean offset, float partialTick) voidsetRecipe(RecipeHolder<?> recipe) 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 guiGraphics, Minecraft minecraft, int leftPos, int topPos, boolean offset, float partialTick)
-