public class EvolveScreen extends CameraScreen
| Modifier and Type | Field and Description |
|---|---|
static PixelmonEntity |
currentPokemon
The Pokémon evolving.
|
allowUserInput, mouseDown| Constructor and Description |
|---|
EvolveScreen()
Initializes the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
boolean |
mouseClicked(double mouseX,
double mouseY,
int par3) |
void |
removed() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
void |
renderBackground(com.mojang.blaze3d.matrix.MatrixStack matrix) |
void |
renderDirtBackground(int par1) |
boolean |
shouldCloseOnEsc() |
void |
tick() |
getCamera, isPauseScreen, mouseDragged, mouseScrolled, renderBackgroundaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderComponentHoverEffect, renderComponentTooltip, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, 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 static PixelmonEntity currentPokemon
public void renderDirtBackground(int par1)
renderDirtBackground in class CameraScreenpublic void renderBackground(com.mojang.blaze3d.matrix.MatrixStack matrix)
renderBackground in class net.minecraft.client.gui.screen.Screenpublic void init()
init in class CameraScreenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.Screenpublic boolean mouseClicked(double mouseX,
double mouseY,
int par3)
public void removed()
removed in class CameraScreenpublic 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 CameraScreenpublic void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class net.minecraft.client.gui.screen.Screenpublic boolean shouldCloseOnEsc()
shouldCloseOnEsc in class net.minecraft.client.gui.screen.Screen