Class StonecutterScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.inventory.ContainerScreen<StonecutterContainer>
-
- net.minecraft.client.gui.screen.inventory.StonecutterScreen
-
- All Implemented Interfaces:
IGuiEventListener
,IHasContainer<StonecutterContainer>
,INestedGuiEventHandler
,IRenderable
,IScreen
public class StonecutterScreen extends ContainerScreen<StonecutterContainer>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
BG_LOCATION
private boolean
displayRecipes
private boolean
scrolling
private float
scrollOffs
private int
startIndex
-
Fields inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
hoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description StonecutterScreen(StonecutterContainer p_i51076_1_, PlayerInventory p_i51076_2_, ITextComponent p_i51076_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
containerChanged()
protected int
getOffscreenRows()
private boolean
isScrollBarActive()
boolean
mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
boolean
mouseDragged(double p_231045_1_, double p_231045_3_, int p_231045_5_, double p_231045_6_, double p_231045_8_)
boolean
mouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_)
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
protected void
renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
private void
renderButtons(MatrixStack p_238853_1_, int p_238853_2_, int p_238853_3_, int p_238853_4_, int p_238853_5_, int p_238853_6_)
private void
renderRecipes(int p_214142_1_, int p_214142_2_, int p_214142_3_)
protected void
renderTooltip(MatrixStack p_230459_1_, int p_230459_2_, int p_230459_3_)
-
Methods inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, init, isHovering, isPauseScreen, keyPressed, mouseReleased, onClose, removed, renderLabels, slotClicked, tick
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, setInitialFocus
-
-
-
-
Field Detail
-
BG_LOCATION
private static final ResourceLocation BG_LOCATION
-
scrollOffs
private float scrollOffs
-
scrolling
private boolean scrolling
-
startIndex
private int startIndex
-
displayRecipes
private boolean displayRecipes
-
-
Constructor Detail
-
StonecutterScreen
public StonecutterScreen(StonecutterContainer p_i51076_1_, PlayerInventory p_i51076_2_, ITextComponent p_i51076_3_)
-
-
Method Detail
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classContainerScreen<StonecutterContainer>
-
renderBg
protected void renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
- Specified by:
renderBg
in classContainerScreen<StonecutterContainer>
-
renderTooltip
protected void renderTooltip(MatrixStack p_230459_1_, int p_230459_2_, int p_230459_3_)
- Overrides:
renderTooltip
in classContainerScreen<StonecutterContainer>
-
renderButtons
private void renderButtons(MatrixStack p_238853_1_, int p_238853_2_, int p_238853_3_, int p_238853_4_, int p_238853_5_, int p_238853_6_)
-
renderRecipes
private void renderRecipes(int p_214142_1_, int p_214142_2_, int p_214142_3_)
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
- Specified by:
mouseClicked
in interfaceIGuiEventListener
- Specified by:
mouseClicked
in interfaceINestedGuiEventHandler
- Overrides:
mouseClicked
in classContainerScreen<StonecutterContainer>
-
mouseDragged
public boolean mouseDragged(double p_231045_1_, double p_231045_3_, int p_231045_5_, double p_231045_6_, double p_231045_8_)
- Specified by:
mouseDragged
in interfaceIGuiEventListener
- Specified by:
mouseDragged
in interfaceINestedGuiEventHandler
- Overrides:
mouseDragged
in classContainerScreen<StonecutterContainer>
-
mouseScrolled
public boolean mouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_)
-
isScrollBarActive
private boolean isScrollBarActive()
-
getOffscreenRows
protected int getOffscreenRows()
-
containerChanged
private void containerChanged()
-
-