public class EggHatchingScreen
extends net.minecraft.client.gui.screen.Screen
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.client.gui.widget.button.Button |
button |
protected boolean |
complete |
protected net.minecraft.client.audio.SimpleSound |
firstSound |
protected float |
lastAngleX |
protected float |
lastAngleZ |
protected float |
lastScale |
protected java.util.List<org.apache.commons.lang3.tuple.MutablePair<net.minecraft.util.math.vector.Vector2f,net.minecraft.util.math.vector.Vector2f>> |
particles |
protected net.minecraft.client.audio.SimpleSound |
pokemonSound |
protected int |
slot |
protected net.minecraft.client.audio.SimpleSound |
sound |
protected int |
ticks |
| Constructor and Description |
|---|
EggHatchingScreen(int slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
endActiveSound(net.minecraft.client.audio.SimpleSound playing) |
protected void |
init() |
boolean |
isPauseScreen() |
void |
onClose() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
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, 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, waitprotected final int slot
protected float lastAngleX
protected float lastAngleZ
protected float lastScale
protected int ticks
protected boolean complete
protected net.minecraft.client.audio.SimpleSound sound
protected net.minecraft.client.audio.SimpleSound firstSound
protected net.minecraft.client.audio.SimpleSound pokemonSound
protected net.minecraft.client.gui.widget.button.Button button
protected java.util.List<org.apache.commons.lang3.tuple.MutablePair<net.minecraft.util.math.vector.Vector2f,net.minecraft.util.math.vector.Vector2f>> particles
protected void init()
init in class net.minecraft.client.gui.screen.Screenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.Screenpublic void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class net.minecraft.client.gui.screen.Screenpublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screenpublic void onClose()
onClose in class net.minecraft.client.gui.screen.Screenpublic void endActiveSound(net.minecraft.client.audio.SimpleSound playing)