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, renderBackground
addButton, 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, 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 static PixelmonEntity currentPokemon
public void renderDirtBackground(int par1)
renderDirtBackground
in class CameraScreen
public void renderBackground(com.mojang.blaze3d.matrix.MatrixStack matrix)
renderBackground
in class net.minecraft.client.gui.screen.Screen
public void init()
init
in class CameraScreen
public void tick()
tick
in interface net.minecraft.client.gui.screen.IScreen
tick
in class net.minecraft.client.gui.screen.Screen
public boolean mouseClicked(double mouseX, double mouseY, int par3)
public void removed()
removed
in class CameraScreen
public boolean keyPressed(int keyCode, int scanCode, int modifiers)
keyPressed
in interface net.minecraft.client.gui.IGuiEventListener
keyPressed
in interface net.minecraft.client.gui.INestedGuiEventHandler
keyPressed
in class CameraScreen
public void render(com.mojang.blaze3d.matrix.MatrixStack matrix, int mouseX, int mouseY, float partialTicks)
render
in interface net.minecraft.client.gui.IRenderable
render
in class net.minecraft.client.gui.screen.Screen
public boolean shouldCloseOnEsc()
shouldCloseOnEsc
in class net.minecraft.client.gui.screen.Screen