public class GuiMoveStat extends GuiPneumaticScreenBase
guiLeft, guiTop, xSize, ySize| Constructor and Description |
|---|
GuiMoveStat(IArmorUpgradeClientHandler<?> renderHandler,
ArmorHUDLayout.LayoutType layoutItem) |
GuiMoveStat(IArmorUpgradeClientHandler<?> renderHandler,
ArmorHUDLayout.LayoutType layoutItem,
IGuiAnimatedStat movedStat) |
| Modifier and Type | Method and Description |
|---|---|
protected net.minecraft.util.ResourceLocation |
getTexture() |
void |
init() |
boolean |
mouseClicked(double mouseX,
double mouseY,
int mouseButton) |
boolean |
mouseDragged(double mouseX,
double mouseY,
int mouseButton,
double dx,
double dy) |
boolean |
mouseReleased(double mouseX,
double mouseY,
int mouseButton) |
void |
onClose() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y,
float partialTicks) |
void |
tick() |
addLabel, addLabel, drawForeground, removeWidgetaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, removed, 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 GuiMoveStat(IArmorUpgradeClientHandler<?> renderHandler, ArmorHUDLayout.LayoutType layoutItem)
public GuiMoveStat(IArmorUpgradeClientHandler<?> renderHandler, ArmorHUDLayout.LayoutType layoutItem, @Nonnull IGuiAnimatedStat movedStat)
public void init()
init in class GuiPneumaticScreenBaseprotected net.minecraft.util.ResourceLocation getTexture()
getTexture in class GuiPneumaticScreenBasepublic boolean mouseClicked(double mouseX,
double mouseY,
int mouseButton)
public boolean mouseReleased(double mouseX,
double mouseY,
int mouseButton)
public boolean mouseDragged(double mouseX,
double mouseY,
int mouseButton,
double dx,
double dy)
public void onClose()
onClose in class net.minecraft.client.gui.screen.Screenpublic void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class GuiPneumaticScreenBasepublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticScreenBase