public class PokeCheckerStatsScreen extends PokeCheckerScreen
guiLeft, guiTop, parent, pokemon, position, storage, xSize, ySize| Constructor and Description |
|---|
PokeCheckerStatsScreen(PokemonStorage storage,
StoragePosition position,
net.minecraft.client.gui.screen.Screen parent) |
| 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 |
drawHealthBar(com.mojang.blaze3d.matrix.MatrixStack matrix,
int x,
int y,
int width,
int height,
Pokemon pokemon)
Draws a Pokémon's health bar.
|
actionPerformed, arrowsMouseClicked, charTyped, drawArrows, drawBasePokemonInfo, drawCenteredStringWithoutShadow, drawCenteredStringWithoutShadow, drawPokemonName, init, isPauseScreen, mouseClicked, onClose, renderaddButton, 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, 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 PokeCheckerStatsScreen(PokemonStorage storage, StoragePosition position, @Nullable net.minecraft.client.gui.screen.Screen parent)
public void drawGuiContainerForegroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY)
drawGuiContainerForegroundLayer in class PokeCheckerScreenpublic void drawGuiContainerBackgroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix,
float partialTicks,
int mouseX,
int mouseY)
drawGuiContainerBackgroundLayer in class PokeCheckerScreenpublic void drawHealthBar(com.mojang.blaze3d.matrix.MatrixStack matrix,
int x,
int y,
int width,
int height,
Pokemon pokemon)
PokeCheckerScreendrawHealthBar in class PokeCheckerScreenx - The x coordinate of the left side of the health bar.y - The y coordinate of the top of the health bar.width - The width of the health bar.height - The height of the health bar.pokemon - The Pokémon to draw a health bar for.