public class GuiRecipeOverlay extends Gui
Modifier and Type | Class and Description |
---|---|
(package private) class |
GuiRecipeOverlay.Button |
Modifier and Type | Field and Description |
---|---|
private java.util.List<GuiRecipeOverlay.Button> |
buttonList |
private IRecipe |
lastRecipeClicked |
private Minecraft |
mc |
private static ResourceLocation |
RECIPE_BOOK_TEXTURE |
private RecipeList |
recipeList |
private float |
time |
private boolean |
visible |
private int |
x |
private int |
y |
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiRecipeOverlay() |
Modifier and Type | Method and Description |
---|---|
boolean |
buttonClicked(int p_193968_1_,
int p_193968_2_,
int p_193968_3_) |
IRecipe |
getLastRecipeClicked() |
RecipeList |
getRecipeList() |
void |
init(Minecraft mcIn,
RecipeList recipeListIn,
int p_191845_3_,
int p_191845_4_,
int p_191845_5_,
int p_191845_6_,
float p_191845_7_,
RecipeBook p_191845_8_) |
boolean |
isVisible() |
private void |
nineInchSprite(int p_191846_1_,
int p_191846_2_,
int p_191846_3_,
int p_191846_4_,
int p_191846_5_,
int p_191846_6_) |
void |
render(int p_191842_1_,
int p_191842_2_,
float p_191842_3_) |
void |
setVisible(boolean p_192999_1_) |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
private static final ResourceLocation RECIPE_BOOK_TEXTURE
private final java.util.List<GuiRecipeOverlay.Button> buttonList
private boolean visible
private int x
private int y
private Minecraft mc
private RecipeList recipeList
private IRecipe lastRecipeClicked
private float time
public void init(Minecraft mcIn, RecipeList recipeListIn, int p_191845_3_, int p_191845_4_, int p_191845_5_, int p_191845_6_, float p_191845_7_, RecipeBook p_191845_8_)
public RecipeList getRecipeList()
public IRecipe getLastRecipeClicked()
public boolean buttonClicked(int p_193968_1_, int p_193968_2_, int p_193968_3_)
public void render(int p_191842_1_, int p_191842_2_, float p_191842_3_)
private void nineInchSprite(int p_191846_1_, int p_191846_2_, int p_191846_3_, int p_191846_4_, int p_191846_5_, int p_191846_6_)
public void setVisible(boolean p_192999_1_)
public boolean isVisible()