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, 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 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 PokeCheckerScreen
public void drawGuiContainerBackgroundLayer(com.mojang.blaze3d.matrix.MatrixStack matrix, float partialTicks, int mouseX, int mouseY)
drawGuiContainerBackgroundLayer
in class PokeCheckerScreen
public void drawHealthBar(com.mojang.blaze3d.matrix.MatrixStack matrix, int x, int y, int width, int height, Pokemon pokemon)
PokeCheckerScreen
drawHealthBar
in class PokeCheckerScreen
x
- 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.