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