public class GhostRecipe
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GhostRecipe.GhostIngredient |
Modifier and Type | Field and Description |
---|---|
private java.util.List<GhostRecipe.GhostIngredient> |
ingredients |
private IRecipe |
recipe |
private float |
time |
Constructor and Description |
---|
GhostRecipe() |
Modifier and Type | Method and Description |
---|---|
void |
addIngredient(Ingredient p_194187_1_,
int p_194187_2_,
int p_194187_3_) |
void |
clear() |
GhostRecipe.GhostIngredient |
get(int p_192681_1_) |
IRecipe |
getRecipe() |
void |
render(Minecraft p_194188_1_,
int p_194188_2_,
int p_194188_3_,
boolean p_194188_4_,
float p_194188_5_) |
void |
setRecipe(IRecipe p_192685_1_) |
int |
size() |
private IRecipe recipe
private final java.util.List<GhostRecipe.GhostIngredient> ingredients
private float time
public void clear()
public void addIngredient(Ingredient p_194187_1_, int p_194187_2_, int p_194187_3_)
public GhostRecipe.GhostIngredient get(int p_192681_1_)
public int size()
@Nullable public IRecipe getRecipe()
public void setRecipe(IRecipe p_192685_1_)
public void render(Minecraft p_194188_1_, int p_194188_2_, int p_194188_3_, boolean p_194188_4_, float p_194188_5_)