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, 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
protected 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.Screen
public void tick()
tick
in interface net.minecraft.client.gui.screen.IScreen
tick
in class net.minecraft.client.gui.screen.Screen
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack, 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 isPauseScreen()
isPauseScreen
in class net.minecraft.client.gui.screen.Screen
public void onClose()
onClose
in class net.minecraft.client.gui.screen.Screen
public void endActiveSound(net.minecraft.client.audio.SimpleSound playing)