Uses of Class
net.minecraft.client.gui.GuiGraphics
Packages that use GuiGraphics
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client-only classes.-
Uses of GuiGraphics in com.mojang.realmsclient
Methods in com.mojang.realmsclient with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidRealmsMainScreen.NotificationButton.drawNotificationCounter(GuiGraphics pGuiGraphics) private voidRealmsMainScreen.Entry.drawRealmStatus(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, ResourceLocation pSpriteLocation, Supplier<Component> pTooltipSupplier) voidRealmsMainScreen.AvailableSnapshotEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsMainScreen.ButtonEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsMainScreen.EmptyEntry.render(GuiGraphics p_302489_, int p_302486_, int p_302498_, int p_302485_, int p_302492_, int p_302487_, int p_302488_, int p_302496_, boolean p_302491_, float p_302497_) voidRealmsMainScreen.NotificationMessageEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsMainScreen.ParentEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsMainScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsMainScreen.ServerEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsMainScreen.NotificationMessageEntry.renderBack(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) protected voidRealmsMainScreen.Entry.renderClampedString(GuiGraphics pGuiGraphics, String pText, int pMinX, int pY, int pMaxX, int pColor) private voidRealmsMainScreen.renderEnvironment(GuiGraphics pGuiGraphics, String pText, int pColor) protected voidRealmsMainScreen.Entry.renderFirstLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pServerNameColor, RealmsServer pServer) protected intRealmsMainScreen.Entry.renderGameMode(RealmsServer pServer, GuiGraphics pGuiGraphics, int pLeft, int pWidth, int pFirstLineY) private booleanRealmsMainScreen.ServerEntry.renderOnlinePlayers(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, float pPartialTick) protected voidRealmsMainScreen.Entry.renderSecondLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, RealmsServer pServer) protected voidRealmsMainScreen.Entry.renderStatusLights(RealmsServer pRealmsServer, GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) protected voidRealmsMainScreen.Entry.renderThirdLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, RealmsServer pServer) voidRealmsMainScreen.NotificationButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.gui
Methods in com.mojang.realmsclient.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected abstract voidRowButton.draw(GuiGraphics pGuiGraphics, int pX, int pY, boolean pShowTooltip) static voidRowButton.drawButtonsInRow(GuiGraphics pGuiGraphics, List<RowButton> pRowButtons, AbstractSelectionList<?> pPendingInvitations, int pX, int pY, int pMouseX, int pMouseY) voidRowButton.drawForRowAt(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) voidRealmsWorldSlotButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidRealmsPendingInvitesScreen.Entry.AcceptRowButton.draw(GuiGraphics p_282151_, int p_283695_, int p_282436_, boolean p_282168_) protected voidRealmsPendingInvitesScreen.Entry.RejectRowButton.draw(GuiGraphics p_282457_, int p_281421_, int p_281260_, boolean p_281476_) private voidRealmsDownloadLatestWorldScreen.drawDots(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed0(GuiGraphics pGuiGraphics, long pBytesPerSecond) private voidRealmsNotificationsScreen.drawIcons(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawProgressBar(GuiGraphics pGuiGraphics) private voidRealmsUploadScreen.drawProgressBar(GuiGraphics pGuiGraphics) private voidRealmsBrokenWorldScreen.drawSlotFrame(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, boolean pIsActiveNonMinigame, String pText, int pSlotIndex, long pTemplateId, String pTemplateImage, boolean pHasTemplateImage) private voidRealmsUploadScreen.drawUploadSpeed(GuiGraphics pGuiGraphics) private voidRealmsUploadScreen.drawUploadSpeed0(GuiGraphics pGuiGraphics, long pBytesPerSecond) voidAddRealmPopupScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsBrokenWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsConfirmScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsDownloadLatestWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsGenericErrorScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsNotificationsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsPendingInvitesScreen.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsPendingInvitesScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsSelectFileToUploadScreen.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsSelectFileToUploadScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsSelectWorldTemplateScreen.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsSelectWorldTemplateScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsTermsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsUploadScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidAddRealmPopupScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidRealmsNotificationsScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) static voidAddRealmPopupScreen.renderDiamond(GuiGraphics pGuiGraphics, Button pButton) protected voidRealmsSelectFileToUploadScreen.Entry.renderItem(GuiGraphics pGuiGraphics, int pIndex, int pX, int pY) private voidRealmsSelectWorldTemplateScreen.renderMultilineMessage(GuiGraphics pGuiGraphics, int pX, int pY, List<TextRenderingUtils.Line> pLines) private voidRealmsPendingInvitesScreen.Entry.renderPendingInvitationItem(GuiGraphics pGuiGraphics, PendingInvite pPendingInvite, int pX, int pY, int pMouseX, int pMouseY) voidRealmsResetWorldScreen.FrameButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsBackupInfoScreen.BackupInfoListEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsBackupScreen.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsBackupScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsConfigureWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsInviteScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRealmsPlayersTab.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsPreferredRegionSelectionScreen.RegionSelectionList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidRealmsSlotOptionsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListBackground(GuiGraphics pGuiGraphics) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListSeparators(GuiGraphics pGuiGraphics) protected voidRealmsConfigureWorldScreen.renderMenuBackground(GuiGraphics pPartialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidRealmsUtil.renderPlayerFace(GuiGraphics pGuiGraphics, int pX, int pY, int pSize, UUID pPlayerUuid) -
Uses of GuiGraphics in net.minecraft.client
Methods in net.minecraft.client with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidGuiMessageTag.Icon.draw(GuiGraphics pGuiGraphics, int pX, int pY) voidMouseHandler.drawDebugMouseInfo(Font pFont, GuiGraphics pGuiGraphics) voidOptionInstance.OptionInstanceSliderButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidGui.displayScoreboardSidebar(GuiGraphics pGuiGraphics, Objective pObjective) Displays the scoreboard sidebar on the screen using the provided GuiGraphics object and objective.private voidGui.maybeRenderSelectedItemName(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderSpectatorTooltip(GuiGraphics p_316628_, DeltaTracker p_348543_) voidGui.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidGui.RenderFunction.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderAirBubbles(GuiGraphics pGuiGraphics, Player pPlayer, int pVehicleMaxHealth, int pY, int pX) private voidGui.renderAirLevel(GuiGraphics p_283143_) private static voidGui.renderArmor(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pHeartRows, int pHeight, int pX) private voidGui.renderArmorLevel(GuiGraphics p_283143_) private voidGui.renderBossOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderCameraOverlays(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderChat(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderConfusionOverlay(GuiGraphics pGuiGraphics, float pIntensity) private voidGui.renderContextualInfoBar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderContextualInfoBarBackground(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderCrosshair(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderDebugOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderDemoOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderEffects(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderExperienceLevel(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderFood(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pX) private voidGui.renderFoodLevel(GuiGraphics p_283143_) private voidGui.renderHealthLevel(GuiGraphics p_283143_) private voidGui.renderHeart(GuiGraphics pGuiGraphics, Gui.HeartType pHeartType, int pX, int pY, boolean pHardcore, boolean pHalfHeart, boolean pBlinking) private voidGui.renderHearts(GuiGraphics pGuiGraphics, Player pPlayer, int pX, int pY, int pHeight, int pOffsetHeartIndex, float pMaxHealth, int pCurrentHealth, int pDisplayHealth, int pAbsorptionAmount, boolean pRenderHighlight) Renders the player's hearts, including health, absorption, and highlight hearts, on the screen.private voidGui.renderHotbar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderItemHotbar(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderOverlayMessage(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderPlayerHealth(GuiGraphics pGuiGraphics) Deprecated.private voidGui.renderPortalOverlay(GuiGraphics pGuiGraphics, float pAlpha) Renders the portal overlay effect on the screen with the specified alpha value.voidGui.renderSavingIndicator(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderScoreboardSidebar(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderSelectedItemName(GuiGraphics pGuiGraphics) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSelectedItemName(GuiGraphics pGuiGraphics, int yShift) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSleepOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderSlot(GuiGraphics pGuiGraphics, int pX, int pY, DeltaTracker pDeltaTracker, Player pPlayer, ItemStack pStack, int pSeed) private voidGui.renderSpyglassOverlay(GuiGraphics pGuiGraphics, float pScopeScale) Renders the overlay for the spyglass effect.private voidGui.renderSubtitleOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderTabList(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderTextureOverlay(GuiGraphics pGuiGraphics, ResourceLocation pShaderLocation, float pAlpha) Renders a texture overlay on the screen with the specified shader location and alpha value.private voidGui.renderTitle(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderVehicleHealth(GuiGraphics pGuiGraphics) Renders the health of the player's vehicle on the screen.private voidGui.renderVignette(GuiGraphics pGuiGraphics, Entity pEntity) Renders the vignette effect on the screen based on the distance to the world border and the entity's position. -
Uses of GuiGraphics in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidPlayerFaceRenderer.draw(GuiGraphics pGuiGraphics, PlayerSkin pSkin, int pX, int pY, int pSize) static voidPlayerFaceRenderer.draw(GuiGraphics pGuiGraphics, PlayerSkin pSkin, int pX, int pY, int pSize, int pColor) static voidPlayerFaceRenderer.draw(GuiGraphics pGuiGraphics, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pDrawHat, boolean pUpsideDown, int pColor) private voidBossHealthOverlay.drawBar(GuiGraphics pGuiGraphics, int pX, int pY, BossEvent pBossEvent) private voidBossHealthOverlay.drawBar(GuiGraphics pGuiGraphics, int pX, int pY, BossEvent pBossEvent, int pProgress, ResourceLocation[] pBarProgressSprites, ResourceLocation[] pOverlayProgressSprites) protected voidDebugScreenOverlay.drawGameInformation(GuiGraphics pGuiGraphics) private static voidPlayerFaceRenderer.drawHat(GuiGraphics pGuiGraphics, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pUpsideDown, int pColor) protected voidDebugScreenOverlay.drawSystemInformation(GuiGraphics pGuiGraphics) private voidChatComponent.drawTagIcon(GuiGraphics pGuiGraphics, int pLeft, int pBottom, GuiMessageTag.Icon pTagIcon) protected voidAbstractSelectionList.enableScissor(GuiGraphics pGuiGraphics) voidWidgetTooltipHolder.refreshTooltipForNextRenderPass(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, boolean pHovering, boolean pFocused, ScreenRectangle pScreenRectangle) abstract voidAbstractSelectionList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) final voidAbstractWidget.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBossHealthOverlay.render(GuiGraphics pGuiGraphics) voidChatComponent.render(GuiGraphics pGuiGraphics, int pTickCount, int pMouseX, int pMouseY, boolean pFocused) voidCommandSuggestions.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidCommandSuggestions.SuggestionsList.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidDebugScreenOverlay.render(GuiGraphics pGuiGraphics) voidOptionsList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidPlayerTabOverlay.render(GuiGraphics pGuiGraphics, int pWidth, Scoreboard pScoreboard, Objective pObjective) voidRenderable.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidSplashRenderer.render(GuiGraphics pGuiGraphics, int pWidth, Font pFont, float pFade) voidSubtitleOverlay.render(GuiGraphics pGuiGraphics) voidAbstractSelectionList.Entry.renderBack(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) protected voidAbstractTextAreaWidget.renderBackground(GuiGraphics pGuiGraphics) protected voidFittingMultiLineTextWidget.renderBackground(GuiGraphics pGuiGraphics) voidPopupScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidAbstractTextAreaWidget.renderBorder(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) voidMultiLineLabel.renderCentered(GuiGraphics pGuiGraphics, int pX, int pY) voidMultiLineLabel.renderCentered(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) protected abstract voidAbstractTextAreaWidget.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidFittingMultiLineTextWidget.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidMultiLineEditBox.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidAbstractSelectionList.renderDecorations(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidAbstractTextAreaWidget.renderDecorations(GuiGraphics pGuiGraphics) protected voidMultiLineEditBox.renderDecorations(GuiGraphics pGuiGraphics) private voidTabButton.renderFocusUnderline(GuiGraphics pGuiGraphics, Font pFont, int pColor) protected voidAbstractSelectionList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) protected voidAbstractSelectionList.renderItem(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick, int pIndex, int pLeft, int pTop, int pWidth, int pHeight) voidMultiLineLabel.renderLeftAligned(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) intMultiLineLabel.renderLeftAlignedNoShadow(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) private voidDebugScreenOverlay.renderLines(GuiGraphics pGuiGraphics, List<String> pLines, boolean pLeftSide) protected voidAbstractSelectionList.renderListBackground(GuiGraphics pGuiGraphics) protected voidAbstractSelectionList.renderListItems(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidAbstractSelectionList.renderListSeparators(GuiGraphics pGuiGraphics) voidLogoRenderer.renderLogo(GuiGraphics pGuiGraphics, int pScreenWidth, float pTransparency) voidLogoRenderer.renderLogo(GuiGraphics pGuiGraphics, int pScreenWidth, float pTransparency, int pHeight) protected voidTabButton.renderMenuBackground(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY) protected voidPlayerTabOverlay.renderPingIcon(GuiGraphics pGuiGraphics, int pWidth, int pX, int pY, PlayerInfo pPlayerInfo) protected voidAbstractScrollArea.renderScrollbar(GuiGraphics pGuiGraphics) protected voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, int pPadding, int pColor) static voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) static voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pCenterX, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) protected voidAbstractSelectionList.renderSelection(GuiGraphics pGuiGraphics, int pTop, int pWidth, int pHeight, int pOuterColor, int pInnerColor) voidAbstractButton.renderString(GuiGraphics pGuiGraphics, Font pFont, int pColor) voidSpriteIconButton.CenteredIcon.renderString(GuiGraphics p_294683_, Font p_295870_, int p_295770_) voidSpriteIconButton.TextAndIcon.renderString(GuiGraphics p_296211_, Font p_295107_, int p_295081_) voidTabButton.renderString(GuiGraphics pGuiGraphics, Font pFont, int pColor) booleanCommandSuggestions.renderSuggestions(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private voidPlayerTabOverlay.renderTablistHearts(int pY, int pMinX, int pMaxX, UUID pPlayerUuid, GuiGraphics pGuiGraphics, int pHealth) private voidPlayerTabOverlay.renderTablistScore(Objective pObjective, int pY, PlayerTabOverlay.ScoreDisplayEntry pDisplayEntry, int pMinX, int pMaxX, UUID pPlayerUuid, GuiGraphics pGuiGraphics) voidCommandSuggestions.renderUsage(GuiGraphics pGuiGraphics) protected voidAbstractButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidAbstractSelectionList.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidAbstractSliderButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidAbstractTextAreaWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected abstract voidAbstractWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidCheckbox.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidEditBox.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidFocusableTextWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidImageButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidImageWidget.Sprite.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidImageWidget.Texture.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidItemDisplayWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidLoadingDotsWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidLockIconButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidMultiLineTextWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidPlainTextButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidPlayerSkinWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidScrollableLayout.Container.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidSpriteIconButton.CenteredIcon.renderWidget(GuiGraphics p_295402_, int p_295733_, int p_294839_, float p_296191_) voidSpriteIconButton.TextAndIcon.renderWidget(GuiGraphics p_294156_, int p_295818_, int p_294994_, float p_296436_) voidStateSwitchingButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidStringWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidTabButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.components.debugchart
Methods in net.minecraft.client.gui.components.debugchart with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidAbstractDebugChart.drawAdditionalDimensions(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) protected voidTpsDebugChart.drawAdditionalDimensions(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) voidAbstractDebugChart.drawChart(GuiGraphics pGuiGraphics, int pX, int pWidth) protected voidAbstractDebugChart.drawDimensions(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) private voidBandwidthDebugChart.drawLabeledLineAtValue(GuiGraphics pGuiGraphics, int pX, int pWidth, int pY, int pValue) private voidBandwidthDebugChart.drawLineWithLabel(GuiGraphics pGuiGraphics, int pX, int pWidth, int pY, String pText) protected voidAbstractDebugChart.drawMainDimension(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) protected voidAbstractDebugChart.drawStringWithShade(GuiGraphics pGuiGraphics, String pText, int pX, int pY) voidProfilerPieChart.render(GuiGraphics pGuiGraphics) protected voidAbstractDebugChart.renderAdditionalLinesAndLabels(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected voidBandwidthDebugChart.renderAdditionalLinesAndLabels(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected voidFpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected voidPingDebugChart.renderAdditionalLinesAndLabels(GuiGraphics p_299050_, int p_298600_, int p_298302_, int p_298207_) protected voidTpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) -
Uses of GuiGraphics in net.minecraft.client.gui.components.spectator
Methods in net.minecraft.client.gui.components.spectator with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidSpectatorGui.renderAction(GuiGraphics pGuiGraphics) voidSpectatorGui.renderHotbar(GuiGraphics pGuiGraphics) protected voidSpectatorGui.renderPage(GuiGraphics pGuiGraphics, float pAlpha, int pX, int pY, SpectatorPage pSpectatorPage) private voidSpectatorGui.renderSlot(GuiGraphics pGuiGraphics, int pSlot, int pX, float pY, float pAlpha, SpectatorMenuItem pSpectatorMenuItem) -
Uses of GuiGraphics in net.minecraft.client.gui.components.tabs
Methods in net.minecraft.client.gui.components.tabs with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidTabNavigationBar.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.minecraft.client.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidAdvancementToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) voidNowPlayingToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) voidRecipeToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) voidSystemToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) voidToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) voidToastManager.render(GuiGraphics pGuiGraphics) voidToastManager.ToastInstance.render(GuiGraphics pGuiGraphics, int pGuiWidth) voidTutorialToast.Icons.render(GuiGraphics pGuiGraphics, int pX, int pY) voidTutorialToast.render(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) static voidNowPlayingToast.renderToast(GuiGraphics pGuiGraphics, Font pFont) -
Uses of GuiGraphics in net.minecraft.client.gui.contextualbar
Methods in net.minecraft.client.gui.contextualbar with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidContextualBarRenderer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidExperienceBarRenderer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidJumpableVehicleBarRenderer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidLocatorBarRenderer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidContextualBarRenderer.renderBackground(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidExperienceBarRenderer.renderBackground(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidJumpableVehicleBarRenderer.renderBackground(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidLocatorBarRenderer.renderBackground(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) static voidContextualBarRenderer.renderExperienceLevel(GuiGraphics pGuiGraphics, Font pFont, int pLevel) -
Uses of GuiGraphics in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidCreateFlatWorldScreen.DetailsList.Entry.blitSlot(GuiGraphics pGuiGraphics, int pX, int pY, ItemStack pStack) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlot(GuiGraphics pGuiGraphics, int pX, int pY, Item pItem) private voidCreateFlatWorldScreen.DetailsList.Entry.blitSlotBg(GuiGraphics pGuiGraphics, int pX, int pY) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlotBg(GuiGraphics pGuiGraphics, int pX, int pY) private voidLoadingOverlay.drawProgressBar(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY, float pPartialTick) voidAccessibilityOnboardingScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidAlertScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBackupConfirmScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidChatScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidConnectScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidCreateBuffetWorldScreen.BiomeList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidCreateFlatWorldScreen.DetailsList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidDatapackLoadFailureScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidDeathScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidDemoIntroScreen.render(GuiGraphics p_281247_, int p_281844_, int p_283693_, float p_281842_) voidDirectJoinServerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidEditServerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidErrorScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidGenericWaitingScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidInBedChatScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidLevelLoadingScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidLoadingOverlay.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidPauseScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidPresetFlatWorldScreen.PresetsList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidPresetFlatWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidProgressScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidReceivingLevelScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidShareToLanScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidTitleScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidWinScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidChatScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidDeathScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidDeathScreen.TitleConfirmScreen.renderBackground(GuiGraphics p_339588_, int p_339615_, int p_339620_, float p_339674_) voidDemoIntroScreen.renderBackground(GuiGraphics p_283391_, int p_295532_, int p_296277_, float p_295918_) voidErrorScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidGenericMessageScreen.renderBackground(GuiGraphics p_330526_, int p_330256_, int p_331601_, float p_331163_) voidPauseScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidReceivingLevelScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidTitleScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidWinScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidScreen.renderBlurredBackground(GuiGraphics pGuiGraphics) static voidLevelLoadingScreen.renderChunks(GuiGraphics pGuiGraphics, StoringChunkProgressListener pProgressListener, int pX, int pY, int pSize, int pSpacing) (package private) static voidDeathScreen.renderDeathBackground(GuiGraphics pGuiGraphics, int pWidth, int pHeight) protected voidCreateFlatWorldScreen.DetailsList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) protected voidScreen.renderMenuBackground(GuiGraphics pPartialTick) protected voidScreen.renderMenuBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) protected voidWinScreen.renderMenuBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) static voidScreen.renderMenuBackgroundTexture(GuiGraphics pGuiGraphics, ResourceLocation pTexture, int pX, int pY, float pUOffset, float pVOffset, int pWidth, int pHeight) protected voidAccessibilityOnboardingScreen.renderPanorama(GuiGraphics pGuiGraphics, float pPartialTick) protected voidScreen.renderPanorama(GuiGraphics pGuiGraphics, float pPartialTick) voidScreen.renderTransparentBackground(GuiGraphics pGuiGraphics) private voidWinScreen.renderVignette(GuiGraphics pGuiGraphics) final voidScreen.renderWithTooltip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.achievement
Methods in net.minecraft.client.gui.screens.achievement with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidStatsScreen.GeneralStatisticsList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidStatsScreen.ItemStatisticsList.ItemRow.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidStatsScreen.MobsStatisticsList.MobRow.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) protected voidStatsScreen.ItemStatisticsList.renderDecorations(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidStatsScreen.ItemStatisticsList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) protected voidStatsScreen.ItemStatisticsList.ItemRow.renderStat(GuiGraphics pGuiGraphics, Stat<?> pStat, int pX, int pY, boolean pEvenRow) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidAdvancementTabType.draw(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, boolean pIsSelected, int pIndex) voidAdvancementWidget.draw(GuiGraphics pGuiGraphics, int pX, int pY) voidAdvancementWidget.drawConnectivity(GuiGraphics pGuiGraphics, int pX, int pY, boolean pDropShadow) voidAdvancementTab.drawContents(GuiGraphics pGuiGraphics, int pX, int pY) voidAdvancementWidget.drawHover(GuiGraphics pGuiGraphics, int pX, int pY, float pFade, int pWidth, int pHeight) voidAdvancementTab.drawIcon(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY) voidAdvancementTabType.drawIcon(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, int pIndex, ItemStack pStack) private voidAdvancementWidget.drawMultilineText(GuiGraphics pGuiGraphics, List<FormattedCharSequence> pText, int pX, int pY, int pColor) voidAdvancementTab.drawTab(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, boolean pIsSelected) voidAdvancementTab.drawTooltips(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pWidth, int pHeight) voidAdvancementsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.private voidAdvancementsScreen.renderInside(GuiGraphics pGuiGraphics, int pX, int pY) private voidAdvancementsScreen.renderTooltips(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pOffsetX, int pOffsetY) voidAdvancementsScreen.renderWindow(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type GuiGraphicsModifier and TypeMethodDescription(package private) voidGameModeSwitcherScreen.GameModeIcon.drawIcon(GuiGraphics pGuiGraphics, int pX, int pY) private voidGameModeSwitcherScreen.GameModeSlot.drawSelection(GuiGraphics pGuiGraphics) private voidGameModeSwitcherScreen.GameModeSlot.drawSlot(GuiGraphics pGuiGraphics) voidGameModeSwitcherScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidGameModeSwitcherScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidGameModeSwitcherScreen.GameModeSlot.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected booleanCreativeModeInventoryScreen.checkTabHovering(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab, int pMouseX, int pMouseY) private voidHorseInventoryScreen.drawSlot(GuiGraphics pGuiGraphics, int pX, int pY) voidAbstractCommandBlockEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidAbstractContainerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidAbstractRecipeBookScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidAbstractSignEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBeaconScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBookEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBookSignScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBookViewScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidBrewingStandScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidCartographyTableScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidContainerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidCrafterScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidCreativeModeInventoryScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidCyclingSlotBackground.render(AbstractContainerMenu pContainerMenu, GuiGraphics pGuiGraphics, float pPartialTick, int pX, int pY) voidDispenserScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidEnchantmentScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidGrindstoneScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidHopperScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidHorseInventoryScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidInventoryScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidItemCombinerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidJigsawBlockEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidLoomScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidMerchantScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidShulkerBoxScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidSmithingScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidStonecutterScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidStructureBlockEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidTestBlockEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidTestInstanceBlockEditScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.private voidMerchantScreen.renderAndDecorateCostA(GuiGraphics pGuiGraphics, ItemStack pRealCost, ItemStack pBaseCost, int pX, int pY) voidAbstractCommandBlockEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidAbstractContainerScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidAbstractSignEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidBookEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidBookSignScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidBookViewScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidJigsawBlockEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidStructureBlockEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidTestBlockEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidTestInstanceBlockEditScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) private voidEffectsInInventory.renderBackgrounds(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) private voidLoomScreen.renderBannerOnButton(GuiGraphics pGuiGraphics, int pX, int pY, TextureAtlasSprite pSprite) protected abstract voidAbstractContainerScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidAbstractFurnaceScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidAnvilScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidBeaconScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidBrewingStandScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidCartographyTableScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidContainerScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidCrafterScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidCraftingScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidCreativeModeInventoryScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidDispenserScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidEnchantmentScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidGrindstoneScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidHopperScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidHorseInventoryScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidInventoryScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidItemCombinerScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidLoomScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidMerchantScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidShulkerBoxScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidSmithingScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidStonecutterScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) private voidEnchantmentScreen.renderBook(GuiGraphics pGuiGraphics, int pX, int pY) private voidMerchantScreen.renderButtonArrows(GuiGraphics pGuiGraphics, MerchantOffer pMerchantOffers, int pPosX, int pPosY) private voidStonecutterScreen.renderButtons(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pX, int pY, int pLastVisibleElementIndex) voidAbstractContainerScreen.renderCarriedItem(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidAbstractContainerScreen.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) private voidCrafterScreen.renderDisabledSlot(GuiGraphics pGuiGraphics, CrafterSlot pSlot) voidEffectsInInventory.renderEffects(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) static voidInventoryScreen.renderEntityInInventory(GuiGraphics pGuiGraphics, int pX1, int pY1, int pX2, int pY2, float pScale, Vector3f pTranslation, Quaternionf pRotation, Quaternionf pOverrideCameraAngle, LivingEntity pEntity) static voidInventoryScreen.renderEntityInInventoryFollowsAngle(GuiGraphics p_282802_, int p_275688_, int p_275245_, int p_275535_, int p_294406_, int p_294663_, float p_275604_, float angleXComponent, float angleYComponent, LivingEntity p_275689_) static voidInventoryScreen.renderEntityInInventoryFollowsMouse(GuiGraphics pGuiGraphics, int pX1, int pY1, int pX2, int pY2, int pScale, float pYOffset, float pMouseX, float pMouseY, LivingEntity pEntity) protected voidAnvilScreen.renderErrorIcon(GuiGraphics pGuiGraphics, int pX, int pY) protected abstract voidItemCombinerScreen.renderErrorIcon(GuiGraphics pGuiGraphics, int pX, int pY) protected voidSmithingScreen.renderErrorIcon(GuiGraphics pGuiGraphics, int pX, int pY) private voidAbstractContainerScreen.renderFloatingItem(GuiGraphics pGuiGraphics, ItemStack pStack, int pX, int pY, String pText) protected voidBeaconScreen.BeaconPowerButton.renderIcon(GuiGraphics pGuiGraphics) protected abstract voidBeaconScreen.BeaconScreenButton.renderIcon(GuiGraphics pGuiGraphics) protected voidBeaconScreen.BeaconSpriteScreenButton.renderIcon(GuiGraphics pGuiGraphics) private voidCyclingSlotBackground.renderIcon(Slot pSlot, ResourceLocation pIcon, float pAlpha, GuiGraphics pGuiGraphics, int pX, int pY) private voidEffectsInInventory.renderIcons(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) protected voidAbstractContainerScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidAnvilScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidBeaconScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidCreativeModeInventoryScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private voidEffectsInInventory.renderLabels(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects) protected voidInventoryScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidMerchantScreen.renderLabels(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private voidCartographyTableScreen.renderMap(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, int pX, int pY, float pScale) private voidSmithingScreen.renderOnboardingTooltips(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private voidMerchantScreen.renderProgressBar(GuiGraphics pGuiGraphics, int pPosX, int pPosY, MerchantOffer pMerchantOffer) private voidStonecutterScreen.renderRecipes(GuiGraphics pGuiGraphics, int pX, int pY, int pStartIndex) private voidCrafterScreen.renderRedstone(GuiGraphics pGuiGraphics) private voidCartographyTableScreen.renderResultingMap(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, boolean pHasMap, boolean pHasPaper, boolean pHasGlassPane, boolean pIsMaxSize) private voidMerchantScreen.renderScroller(GuiGraphics pGuiGraphics, int pPosX, int pPosY, MerchantOffers pMerchantOffers) private voidAbstractSignEditScreen.renderSign(GuiGraphics pGuiGraphics) protected abstract voidAbstractSignEditScreen.renderSignBackground(GuiGraphics pGuiGraphics) protected voidHangingSignEditScreen.renderSignBackground(GuiGraphics p_282580_) protected voidSignEditScreen.renderSignBackground(GuiGraphics p_281440_) private voidAbstractSignEditScreen.renderSignText(GuiGraphics pGuiGraphics) protected voidAbstractContainerScreen.renderSlot(GuiGraphics pGuiGraphics, Slot pSlot) voidCrafterScreen.renderSlot(GuiGraphics pGuiGraphics, Slot pSlot) protected voidAbstractContainerScreen.renderSlotContents(GuiGraphics guiGraphics, ItemStack itemstack, Slot slot, String countString) private voidAbstractContainerScreen.renderSlotHighlightBack(GuiGraphics pGuiGraphics) private voidAbstractContainerScreen.renderSlotHighlightFront(GuiGraphics pGuiGraphics) protected voidAbstractContainerScreen.renderSlots(GuiGraphics pGuiGraphics) protected voidAbstractRecipeBookScreen.renderSlots(GuiGraphics pGuiGraphics) voidAbstractContainerScreen.renderSnapbackItem(GuiGraphics pGuiGraphics) protected voidCreativeModeInventoryScreen.renderTabButton(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab) protected voidAbstractContainerScreen.renderTooltip(GuiGraphics pGuiGraphics, int pX, int pY) voidEffectsInInventory.renderTooltip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidStonecutterScreen.renderTooltip(GuiGraphics pGuiGraphics, int pX, int pY) voidMerchantScreen.TradeOfferButton.renderToolTip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidBeaconScreen.BeaconScreenButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidPageButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.inventory.tooltip
Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate static voidClientBundleTooltip.drawEmptyBundleDescriptionText(int pX, int pY, Font pFont, GuiGraphics pGuiGraphics) private voidClientBundleTooltip.drawProgressbar(int pX, int pY, Font pFont, GuiGraphics pGuiGraphics) private voidClientBundleTooltip.drawSelectedItemTooltip(Font pFont, GuiGraphics pGuiGraphics, int pX, int pY, int pWidth) private voidClientBundleTooltip.renderBundleWithItemsTooltip(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) private static voidClientBundleTooltip.renderCount(int pSlotX, int pSlotY, int pCount, Font pFont, GuiGraphics pGuiGraphics) private voidClientBundleTooltip.renderEmptyBundleTooltip(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) voidClientActivePlayersTooltip.renderImage(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) voidClientBundleTooltip.renderImage(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) default voidClientTooltipComponent.renderImage(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) private voidClientBundleTooltip.renderSlot(int pSlotIndex, int pX, int pY, List<ItemStack> pShownItems, int pSeed, Font pFont, GuiGraphics pGuiGraphics) voidClientTextTooltip.renderText(GuiGraphics pGuiGraphics, Font pFont, int pX, int pY) default voidClientTooltipComponent.renderText(GuiGraphics pGuiGraphics, Font pFont, int pX, int pY) static voidTooltipRenderUtil.renderTooltipBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight, ResourceLocation pSprite) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.multiplayer
Methods in net.minecraft.client.gui.screens.multiplayer with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidServerSelectionList.OnlineServerEntry.drawIcon(GuiGraphics pGuiGraphics, int pX, int pY, ResourceLocation pIcon) voidJoinMultiplayerScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidServerSelectionList.LANHeader.render(GuiGraphics p_281475_, int p_282477_, int p_282819_, int p_282001_, int p_281911_, int p_283126_, int p_282303_, int p_281998_, boolean p_282625_, float p_281811_) voidServerSelectionList.NetworkServerEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidServerSelectionList.OnlineServerEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.options
Methods in net.minecraft.client.gui.screens.options with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidLanguageSelectScreen.LanguageSelectionList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidUnsupportedGraphicsWarningScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.minecraft.client.gui.screens.options.controls
Methods in net.minecraft.client.gui.screens.options.controls with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidKeyBindsList.CategoryEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidKeyBindsList.KeyEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidKeyBindsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.minecraft.client.gui.screens.packs
Methods in net.minecraft.client.gui.screens.packs with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidTransferableSelectionList.PackEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) protected voidTransferableSelectionList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) protected voidTransferableSelectionList.renderSelection(GuiGraphics pGuiGraphics, int pTop, int pWidth, int pHeight, int pOuterColor, int pInnerColor) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.recipebook
Methods in net.minecraft.client.gui.screens.recipebook with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidGhostSlots.render(GuiGraphics pGuiGraphics, Minecraft pMinecraft, boolean pIsBiggerResultSlot) voidOverlayRecipeComponent.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRecipeBookComponent.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidRecipeBookPage.render(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, float pPartialTick) voidRecipeBookComponent.renderGhostRecipe(GuiGraphics pGuiGraphics, boolean pIsBiggerResultSlot) private voidRecipeBookTabButton.renderIcon(GuiGraphics pGuiGraphics) voidGhostSlots.renderTooltip(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pMouseX, int pMouseY, Slot pSlot) voidRecipeBookComponent.renderTooltip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, Slot pSlot) voidRecipeBookPage.renderTooltip(GuiGraphics pGuiGraphics, int pX, int pY) voidOverlayRecipeComponent.OverlayRecipeButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidRecipeBookTabButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidRecipeButton.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.reporting
Methods in net.minecraft.client.gui.screens.reporting with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidChatSelectionScreen.ChatSelectionList.DividerEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidChatSelectionScreen.ChatSelectionList.MessageEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidChatSelectionScreen.ChatSelectionList.PaddingEntry.render(GuiGraphics p_282007_, int p_240110_, int p_240111_, int p_240112_, int p_240113_, int p_240114_, int p_240115_, int p_240116_, boolean p_240117_, float p_240118_) voidChatSelectionScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidReportReasonSelectionScreen.ReasonSelectionList.Entry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidReportReasonSelectionScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.protected voidChatSelectionScreen.ChatSelectionList.renderItem(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick, int pIndex, int pLeft, int pTop, int pWidth, int pHeight) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.renderSelectedCheckmark(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pHeight) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.renderTag(GuiGraphics pGuiGraphics, int pX, int pY, int pHeight, int pMouseX, int pMouseY) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidSocialInteractionsPlayerList.enableScissor(GuiGraphics pGuiGraphics) voidPlayerEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidSocialInteractionsScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidSocialInteractionsScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected voidSocialInteractionsPlayerList.renderListBackground(GuiGraphics pGuiGraphics) protected voidSocialInteractionsPlayerList.renderListSeparators(GuiGraphics pGuiGraphics) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.telemetry
Methods in net.minecraft.client.gui.screens.telemetry with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidTelemetryEventWidget.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidCreateWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidEditGameRulesScreen.BooleanRuleEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidEditGameRulesScreen.CategoryRuleEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidEditGameRulesScreen.IntegerRuleEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidEditWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidOptimizeWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidSelectWorldScreen.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidWorldSelectionList.LoadingHeader.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) voidWorldSelectionList.WorldListEntry.render(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) private voidWorldSelectionList.WorldListEntry.renderExperimentalWarning(GuiGraphics guiGraphics, int mouseX, int mouseY, int top, int left) protected voidEditGameRulesScreen.GameRuleEntry.renderLabel(GuiGraphics pGuiGraphics, int pX, int pY) protected voidCreateWorldScreen.renderMenuBackground(GuiGraphics pPartialTick) voidEditGameRulesScreen.RuleList.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidWorldSelectionList.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.client.gui.spectator
Methods in net.minecraft.client.gui.spectator with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidPlayerMenuItem.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) voidSpectatorMenu.CloseSpectatorItem.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) voidSpectatorMenu.ScrollMenuItem.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) voidSpectatorMenuItem.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) -
Uses of GuiGraphics in net.minecraft.client.gui.spectator.categories
Methods in net.minecraft.client.gui.spectator.categories with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidTeleportToPlayerMenuCategory.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) voidTeleportToTeamMenuCategory.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) voidTeleportToTeamMenuCategory.TeamSelectionItem.renderIcon(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) -
Uses of GuiGraphics in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidPanoramaRenderer.render(GuiGraphics pGuiGraphics, int pWidth, int pHeight, boolean pSpin) -
Uses of GuiGraphics in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsLabel.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidClientHooks.drawScreen(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private static voidClientHooks.drawScreenInternal(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) ClientHooks.onCustomizeBossEventProgress(GuiGraphics guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) static RenderTooltipEvent.PreClientHooks.onRenderTooltipPre(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, List<ClientTooltipComponent> components, Font fallbackFont, ClientTooltipPositioner positioner) static RenderTooltipEvent.TextureClientHooks.onRenderTooltipTexture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) booleanIItemDecorator.render(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) Is called after renderItemDecorations(Font, ItemStack, int, int, String) is done rendering.voidItemDecoratorHandler.render(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) static voidClientHooks.renderMainMenu(TitleScreen gui, GuiGraphics guiGraphics, Font font, int width, int height, int alpha) -
Uses of GuiGraphics in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as GuiGraphicsModifier and TypeFieldDescriptionprotected final GuiGraphicsRenderTooltipEvent.graphicsprivate final GuiGraphicsContainerScreenEvent.Render.guiGraphicsprivate final GuiGraphicsCustomizeGuiOverlayEvent.guiGraphicsprivate final GuiGraphicsRenderGuiEvent.guiGraphicsprivate final GuiGraphicsRenderGuiLayerEvent.guiGraphicsprivate final GuiGraphicsScreenEvent.Render.guiGraphicsMethods in net.neoforged.neoforge.client.event that return GuiGraphicsModifier and TypeMethodDescriptionRenderTooltipEvent.getGraphics()Returns the graphics helper for the gui.ContainerScreenEvent.Render.getGuiGraphics()Returns the gui graphics used for rendering.CustomizeGuiOverlayEvent.getGuiGraphics()RenderGuiEvent.getGuiGraphics()RenderGuiLayerEvent.getGuiGraphics()ScreenEvent.Render.getGuiGraphics()Returns the gui graphics used for rendering.Constructors in net.neoforged.neoforge.client.event with parameters of type GuiGraphicsModifierConstructorDescriptionBackground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) Deprecated, for removal: This API element is subject to removal in a future version.Background(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) BossEventProgress(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick) DebugText(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, List<String> left, List<String> right) Foreground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) Post(GuiGraphics guiGraphics, DeltaTracker partialTick) Post(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Post(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Pre(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, Font font, List<ClientTooltipComponent> components, ClientTooltipPositioner positioner) Pre(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRender(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) protectedRender(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRenderGuiEvent(GuiGraphics guiGraphics, DeltaTracker partialTick) protectedRenderGuiLayerEvent(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) protectedRenderTooltipEvent(ItemStack itemStack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components) Texture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return GuiGraphics -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type GuiGraphicsModifier and TypeMethodDescriptiondefault voidIClientItemExtensions.renderFirstPersonOverlay(ItemStack stack, EquipmentSlot equipmentSlot, Player player, GuiGraphics guiGraphics, DeltaTracker deltaTracker) Called to render an overlay on the first-person camera.default booleanIClientMobEffectExtensions.renderGuiIcon(MobEffectInstance instance, Gui gui, GuiGraphics guiGraphics, int x, int y, float z, float alpha) Renders the icon of the specified effect on the player's HUD.default booleanIClientMobEffectExtensions.renderInventoryIcon(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the icon of the specified effect in the player's inventory.default booleanIClientMobEffectExtensions.renderInventoryText(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory. -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidLoadingErrorScreen.drawMultiLineCenteredString(GuiGraphics guiGraphics, Font fr, Component str, int x, int y) protected voidModListScreen.InfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) protected voidModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) voidConfigurationScreen.ConfigurationListScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidConfigurationScreen.ConfigurationSectionScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidGuiLayer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidGuiLayerManager.render(GuiGraphics guiGraphics, DeltaTracker partialTick) voidLoadingErrorScreen.LoadingEntryList.LoadingMessageEntry.render(GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTick) voidLoadingErrorScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidModListScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidModMismatchDisconnectedScreen.MismatchInfoPanel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) voidModMismatchDisconnectedScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) private voidGuiLayerManager.renderInner(GuiGraphics guiGraphics, DeltaTracker partialTick) protected voidConfigurationScreen.ConfigurationListScreen.ListLabelWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type GuiGraphicsModifier and TypeMethodDescriptionGuiLayerManager.add(ResourceLocation name, Consumer<GuiGraphics> layer, BooleanSupplier shouldRender) -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidScrollPanel.drawBackground(GuiGraphics guiGraphics, float partialTick) Draws the background of the scroll panel.protected voidScrollPanel.drawGradientRect(GuiGraphics guiGraphics, int left, int top, int right, int bottom, int color1, int color2) protected abstract voidScrollPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) Draw anything special on the screen.voidModListWidget.ModEntry.render(GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean isMouseOver, float partialTick) voidScrollPanel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidExtendedButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Draws this button to the screen.voidExtendedSlider.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidModsButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidUnicodeGlyphButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
Uses of GuiGraphics in net.neoforged.neoforge.client.internal
Methods in net.neoforged.neoforge.client.internal with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidForgeSnapshotsModClient.renderMainMenuWarning(String neoForgeVersion, GuiGraphics graphics, Font font, int width, int height, int alpha) -
Uses of GuiGraphics in net.neoforged.neoforge.client.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidNeoForgeLoadingOverlay.render(GuiGraphics graphics, int mouseX, int mouseY, float partialTick)