Class AbstractRepairScreen<T extends AbstractRepairContainer>
- 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<T>
-
- net.minecraft.client.gui.screen.inventory.AbstractRepairScreen<T>
-
- All Implemented Interfaces:
IGuiEventListener
,IHasContainer<T>
,INestedGuiEventHandler
,IRenderable
,IScreen
,IContainerListener
- Direct Known Subclasses:
AnvilScreen
,SmithingTableScreen
public class AbstractRepairScreen<T extends AbstractRepairContainer> extends ContainerScreen<T> implements IContainerListener
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceLocation
menuResource
-
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 AbstractRepairScreen(T p_i232291_1_, PlayerInventory p_i232291_2_, ITextComponent p_i232291_3_, ResourceLocation p_i232291_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
void
refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
void
removed()
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_)
protected void
renderFg(MatrixStack p_230452_1_, int p_230452_2_, int p_230452_3_, float p_230452_4_)
void
setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)
void
slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_)
protected void
subInit()
-
Methods inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, keyPressed, mouseClicked, mouseDragged, mouseReleased, onClose, renderLabels, renderTooltip, 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, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
menuResource
private ResourceLocation menuResource
-
-
Constructor Detail
-
AbstractRepairScreen
public AbstractRepairScreen(T p_i232291_1_, PlayerInventory p_i232291_2_, ITextComponent p_i232291_3_, ResourceLocation p_i232291_4_)
-
-
Method Detail
-
subInit
protected void subInit()
-
init
protected void init()
- Overrides:
init
in classContainerScreen<T extends AbstractRepairContainer>
-
removed
public void removed()
- Overrides:
removed
in classContainerScreen<T extends AbstractRepairContainer>
-
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<T extends AbstractRepairContainer>
-
renderFg
protected void renderFg(MatrixStack p_230452_1_, int p_230452_2_, int p_230452_3_, float p_230452_4_)
-
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<T extends AbstractRepairContainer>
-
refreshContainer
public void refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
- Specified by:
refreshContainer
in interfaceIContainerListener
-
setContainerData
public void setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)
- Specified by:
setContainerData
in interfaceIContainerListener
-
slotChanged
public void slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_)
- Specified by:
slotChanged
in interfaceIContainerListener
-
-