public class PokeCheckerTMsScreen extends PokeCheckerScreen
guiLeft, guiTop, parent, pokemon, position, storage, xSize, ySize
Constructor and Description |
---|
PokeCheckerTMsScreen(PokeCheckerScreen tab) |
Modifier and Type | Method and Description |
---|---|
void |
drawGuiContainerBackgroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix,
float partialTicks,
int mouseX,
int mouseY) |
void |
drawGuiContainerForegroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY) |
void |
drawString(com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.gui.FontRenderer fontRendererIn,
java.lang.String text,
int x,
int y,
int color,
boolean shadow) |
void |
init() |
boolean |
mouseClicked(double mouseX,
double mouseY,
int mouseButton) |
boolean |
mouseScrolled(double mX,
double mY,
double i) |
actionPerformed, arrowsMouseClicked, charTyped, drawArrows, drawBasePokemonInfo, drawCenteredStringWithoutShadow, drawCenteredStringWithoutShadow, drawHealthBar, drawPokemonName, isPauseScreen, onClose, render
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
getFocused, isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PokeCheckerTMsScreen(PokeCheckerScreen tab)
public void drawGuiContainerBackgroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix, float partialTicks, int mouseX, int mouseY)
drawGuiContainerBackgroundLayer
in class PokeCheckerScreen
public void init()
init
in class PokeCheckerScreen
public void drawGuiContainerForegroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix, int mouseX, int mouseY)
drawGuiContainerForegroundLayer
in class PokeCheckerScreen
public boolean mouseScrolled(double mX, double mY, double i)
public boolean mouseClicked(double mouseX, double mouseY, int mouseButton)
mouseClicked
in interface net.minecraft.client.gui.IGuiEventListener
mouseClicked
in interface net.minecraft.client.gui.INestedGuiEventHandler
mouseClicked
in class PokeCheckerScreen
public void drawString(com.mojang.blaze3d.matrix.MatrixStack matrix, net.minecraft.client.gui.FontRenderer fontRendererIn, java.lang.String text, int x, int y, int color, boolean shadow)