类 GhostRecipe
java.lang.Object
net.minecraft.client.gui.screens.recipebook.GhostRecipe
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
addIngredient
(Ingredient pIngredient, int pX, int pY) void
clear()
get
(int pIndex) Recipe<?>
void
render
(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pLeftPos, int pTopPos, boolean p_282174_, float pPartialTick) void
int
size()
-
字段详细资料
-
recipe
-
ingredients
-
time
float time
-
-
构造器详细资料
-
GhostRecipe
public GhostRecipe()
-
-
方法详细资料
-
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 p_282174_, float pPartialTick)
-