public class GuiArmorColors extends GuiPneumaticScreenBase implements net.minecraftforge.fml.client.gui.widget.Slider.ISlider
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiArmorColors.SelectorType |
guiLeft, guiTop, xSize, ySize| Constructor and Description |
|---|
GuiArmorColors() |
| Modifier and Type | Method and Description |
|---|---|
protected net.minecraft.util.ResourceLocation |
getTexture() |
void |
init() |
boolean |
mouseScrolled(double mouseX,
double mouseY,
double delta) |
void |
onChangeSliderValue(net.minecraftforge.fml.client.gui.widget.Slider slider) |
void |
onClose() |
void |
removed() |
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, 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 void init()
init in class GuiPneumaticScreenBasepublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticScreenBaseprotected net.minecraft.util.ResourceLocation getTexture()
getTexture in class GuiPneumaticScreenBasepublic 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 boolean mouseScrolled(double mouseX,
double mouseY,
double delta)
mouseScrolled in interface net.minecraft.client.gui.IGuiEventListenermouseScrolled in interface net.minecraft.client.gui.INestedGuiEventHandlerpublic void onClose()
onClose in class net.minecraft.client.gui.screen.Screenpublic void removed()
removed in class net.minecraft.client.gui.screen.Screenpublic void onChangeSliderValue(net.minecraftforge.fml.client.gui.widget.Slider slider)
onChangeSliderValue in interface net.minecraftforge.fml.client.gui.widget.Slider.ISlider