public class CompendiumScreen
extends net.minecraft.client.gui.screen.Screen
| Modifier and Type | Field and Description | 
|---|---|
| static int | cardsToRenderAtOnce | 
| Constructor and Description | 
|---|
| CompendiumScreen() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | actionPerformed(net.minecraft.client.gui.widget.button.Button button) | 
| int | getScaledHeight() | 
| int | getScaledWidth() | 
| void | init() | 
| boolean | isPauseScreen() | 
| boolean | mouseClicked(double mouseX,
            double mouseY,
            int button) | 
| boolean | mouseScrolled(double mouseX,
             double mouseY,
             double delta) | 
| void | render(com.mojang.blaze3d.matrix.MatrixStack matrix,
      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, onClose, 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, waitpublic static final int cardsToRenderAtOnce
public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.Screenpublic void init()
init in class net.minecraft.client.gui.screen.Screenprotected void actionPerformed(net.minecraft.client.gui.widget.button.Button button)
public 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 isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screenpublic boolean mouseClicked(double mouseX,
                            double mouseY,
                            int button)
public boolean mouseScrolled(double mouseX,
                             double mouseY,
                             double delta)
public int getScaledWidth()
public int getScaledHeight()