public class WashingMachineScreen extends net.minecraft.client.gui.screen.inventory.ContainerScreen<WashingMachineContainer>
| Modifier and Type | Field and Description |
|---|---|
static int |
HEIGHT |
static int |
WIDTH |
hoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
WashingMachineScreen(WashingMachineContainer washingMachine,
net.minecraft.entity.player.PlayerInventory inventoryPlayer,
net.minecraft.util.text.ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderBg(com.mojang.blaze3d.matrix.MatrixStack matrix,
float partialTicks,
int x,
int y) |
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, init, isHovering, isPauseScreen, keyPressed, mouseClicked, mouseDragged, mouseReleased, onClose, removed, render, renderLabels, renderTooltip, slotClicked, tickaddButton, 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, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final int WIDTH
public static final int HEIGHT
public WashingMachineScreen(WashingMachineContainer washingMachine, net.minecraft.entity.player.PlayerInventory inventoryPlayer, net.minecraft.util.text.ITextComponent title)
protected void renderBg(com.mojang.blaze3d.matrix.MatrixStack matrix,
float partialTicks,
int x,
int y)
renderBg in class net.minecraft.client.gui.screen.inventory.ContainerScreen<WashingMachineContainer>