public class GuiAphorismTile
extends net.minecraft.client.gui.screen.Screen
implements net.minecraftforge.fml.client.gui.widget.Slider.ISlider
| Modifier and Type | Field and Description |
|---|---|
int |
cursorX |
int |
cursorY |
TileEntityAphorismTile |
tile |
int |
updateCounter |
| Constructor and Description |
|---|
GuiAphorismTile(TileEntityAphorismTile tile,
boolean placing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char ch,
int keyCode) |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
void |
onChangeSliderValue(net.minecraftforge.fml.client.gui.widget.Slider slider) |
static void |
openGui(TileEntityAphorismTile te,
boolean placing) |
void |
removed() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, 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 final TileEntityAphorismTile tile
public int cursorY
public int cursorX
public int updateCounter
public GuiAphorismTile(TileEntityAphorismTile tile, boolean placing)
public void init()
init in class net.minecraft.client.gui.screen.Screenpublic static void openGui(TileEntityAphorismTile te, boolean placing)
public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.Screenpublic void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class net.minecraft.client.gui.screen.Screenpublic boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface net.minecraft.client.gui.IGuiEventListenerkeyPressed in interface net.minecraft.client.gui.INestedGuiEventHandlerkeyPressed in class net.minecraft.client.gui.screen.Screenpublic boolean charTyped(char ch,
int keyCode)
charTyped in interface net.minecraft.client.gui.IGuiEventListenercharTyped in interface net.minecraft.client.gui.INestedGuiEventHandlerpublic 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