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 void
RealmsMainScreen.NotificationButton.drawNotificationCounter
(GuiGraphics pGuiGraphics) private void
RealmsMainScreen.Entry.drawRealmStatus
(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, ResourceLocation pSpriteLocation, Supplier<Component> pTooltipSupplier) void
RealmsMainScreen.AvailableSnapshotEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsMainScreen.ButtonEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsMainScreen.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_) void
RealmsMainScreen.NotificationMessageEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsMainScreen.ParentEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsMainScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsMainScreen.ServerEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsMainScreen.NotificationMessageEntry.renderBack
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) protected void
RealmsMainScreen.Entry.renderClampedString
(GuiGraphics pGuiGraphics, String pText, int pMinX, int pY, int pMaxX, int pColor) private void
RealmsMainScreen.renderEnvironment
(GuiGraphics pGuiGraphics, String pText, int pColor) protected void
RealmsMainScreen.Entry.renderFirstLine
(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pServerNameColor, RealmsServer pServer) protected int
RealmsMainScreen.Entry.renderGameMode
(RealmsServer pServer, GuiGraphics pGuiGraphics, int pLeft, int pWidth, int pFirstLineY) private boolean
RealmsMainScreen.ServerEntry.renderOnlinePlayers
(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, float pPartialTick) protected void
RealmsMainScreen.Entry.renderSecondLine
(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, RealmsServer pServer) protected void
RealmsMainScreen.Entry.renderStatusLights
(RealmsServer pRealmsServer, GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) protected void
RealmsMainScreen.Entry.renderThirdLine
(GuiGraphics pGuiGraphics, int pTop, int pLeft, RealmsServer pServer) void
RealmsMainScreen.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 void
RowButton.draw
(GuiGraphics pGuiGraphics, int pX, int pY, boolean pShowTooltip) static void
RowButton.drawButtonsInRow
(GuiGraphics pGuiGraphics, List<RowButton> pRowButtons, AbstractSelectionList<?> pPendingInvitations, int pX, int pY, int pMouseX, int pMouseY) void
RowButton.drawForRowAt
(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) void
RealmsWorldSlotButton.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 void
RealmsPendingInvitesScreen.Entry.AcceptRowButton.draw
(GuiGraphics p_282151_, int p_283695_, int p_282436_, boolean p_282168_) protected void
RealmsPendingInvitesScreen.Entry.RejectRowButton.draw
(GuiGraphics p_282457_, int p_281421_, int p_281260_, boolean p_281476_) private void
RealmsDownloadLatestWorldScreen.drawDots
(GuiGraphics pGuiGraphics) private void
RealmsDownloadLatestWorldScreen.drawDownloadSpeed
(GuiGraphics pGuiGraphics) private void
RealmsDownloadLatestWorldScreen.drawDownloadSpeed0
(GuiGraphics pGuiGraphics, long pBytesPerSecond) private void
RealmsNotificationsScreen.drawIcons
(GuiGraphics pGuiGraphics) private void
RealmsDownloadLatestWorldScreen.drawProgressBar
(GuiGraphics pGuiGraphics) private void
RealmsUploadScreen.drawProgressBar
(GuiGraphics pGuiGraphics) private void
RealmsBrokenWorldScreen.drawSlotFrame
(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, boolean pIsActiveNonMinigame, String pText, int pSlotIndex, long pTemplateId, String pTemplateImage, boolean pHasTemplateImage) private void
RealmsUploadScreen.drawUploadSpeed
(GuiGraphics pGuiGraphics) private void
RealmsUploadScreen.drawUploadSpeed0
(GuiGraphics pGuiGraphics, long pBytesPerSecond) void
AddRealmPopupScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsBrokenWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsConfirmScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsDownloadLatestWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsGenericErrorScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsNotificationsScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsPendingInvitesScreen.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsPendingInvitesScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsSelectFileToUploadScreen.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsSelectFileToUploadScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsSelectWorldTemplateScreen.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsSelectWorldTemplateScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsTermsScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsUploadScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
AddRealmPopupScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
RealmsNotificationsScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) static void
AddRealmPopupScreen.renderDiamond
(GuiGraphics pGuiGraphics, Button pButton) protected void
RealmsSelectFileToUploadScreen.Entry.renderItem
(GuiGraphics pGuiGraphics, int pIndex, int pX, int pY) private void
RealmsSelectWorldTemplateScreen.renderMultilineMessage
(GuiGraphics pGuiGraphics, int pX, int pY, List<TextRenderingUtils.Line> pLines) private void
RealmsPendingInvitesScreen.Entry.renderPendingInvitationItem
(GuiGraphics pGuiGraphics, PendingInvite pPendingInvite, int pX, int pY, int pMouseX, int pMouseY) void
RealmsResetWorldScreen.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 TypeMethodDescriptionvoid
RealmsBackupInfoScreen.BackupInfoListEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsBackupScreen.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsBackupScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsConfigureWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsInviteScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RealmsPlayersTab.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsPreferredRegionSelectionScreen.RegionSelectionList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
RealmsSlotOptionsScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.protected void
RealmsPlayersTab.InvitedObjectSelectionList.renderHeader
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
RealmsPlayersTab.InvitedObjectSelectionList.renderListBackground
(GuiGraphics pGuiGraphics) protected void
RealmsPlayersTab.InvitedObjectSelectionList.renderListSeparators
(GuiGraphics pGuiGraphics) protected void
RealmsConfigureWorldScreen.renderMenuBackground
(GuiGraphics pPartialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic void
RealmsUtil.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 TypeMethodDescriptionvoid
GuiMessageTag.Icon.draw
(GuiGraphics pGuiGraphics, int pX, int pY) void
MouseHandler.drawDebugMouseInfo
(Font pFont, GuiGraphics pGuiGraphics) void
OptionInstance.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 void
Gui.displayScoreboardSidebar
(GuiGraphics pGuiGraphics, Objective pObjective) Displays the scoreboard sidebar on the screen using the provided GuiGraphics object and objective.private void
Gui.maybeRenderSelectedItemName
(GuiGraphics p_316628_, DeltaTracker p_348543_) private void
Gui.maybeRenderSpectatorTooltip
(GuiGraphics p_316628_, DeltaTracker p_348543_) void
Gui.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
Gui.RenderFunction.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderAirBubbles
(GuiGraphics pGuiGraphics, Player pPlayer, int pVehicleMaxHealth, int pY, int pX) private void
Gui.renderAirLevel
(GuiGraphics p_283143_) private static void
Gui.renderArmor
(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pHeartRows, int pHeight, int pX) private void
Gui.renderArmorLevel
(GuiGraphics p_283143_) private void
Gui.renderBossOverlay
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderCameraOverlays
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderChat
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderConfusionOverlay
(GuiGraphics pGuiGraphics, float pIntensity) private void
Gui.renderContextualInfoBar
(GuiGraphics p_316628_, DeltaTracker p_348543_) private void
Gui.renderContextualInfoBarBackground
(GuiGraphics p_316628_, DeltaTracker p_348543_) private void
Gui.renderCrosshair
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderDebugOverlay
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderDemoOverlay
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderEffects
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderExperienceLevel
(GuiGraphics p_316628_, DeltaTracker p_348543_) private void
Gui.renderFood
(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pX) private void
Gui.renderFoodLevel
(GuiGraphics p_283143_) private void
Gui.renderHealthLevel
(GuiGraphics p_283143_) private void
Gui.renderHeart
(GuiGraphics pGuiGraphics, Gui.HeartType pHeartType, int pX, int pY, boolean pHardcore, boolean pHalfHeart, boolean pBlinking) private void
Gui.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 void
Gui.renderHotbar
(GuiGraphics p_316628_, DeltaTracker p_348543_) private void
Gui.renderItemHotbar
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderOverlayMessage
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderPlayerHealth
(GuiGraphics pGuiGraphics) Deprecated.private void
Gui.renderPortalOverlay
(GuiGraphics pGuiGraphics, float pAlpha) Renders the portal overlay effect on the screen with the specified alpha value.void
Gui.renderSavingIndicator
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderScoreboardSidebar
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderSelectedItemName
(GuiGraphics pGuiGraphics) Renders the name of the selected item on the screen using the provided GuiGraphics object.private void
Gui.renderSelectedItemName
(GuiGraphics pGuiGraphics, int yShift) Renders the name of the selected item on the screen using the provided GuiGraphics object.private void
Gui.renderSleepOverlay
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderSlot
(GuiGraphics pGuiGraphics, int pX, int pY, DeltaTracker pDeltaTracker, Player pPlayer, ItemStack pStack, int pSeed) private void
Gui.renderSpyglassOverlay
(GuiGraphics pGuiGraphics, float pScopeScale) Renders the overlay for the spyglass effect.private void
Gui.renderSubtitleOverlay
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderTabList
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderTextureOverlay
(GuiGraphics pGuiGraphics, ResourceLocation pShaderLocation, float pAlpha) Renders a texture overlay on the screen with the specified shader location and alpha value.private void
Gui.renderTitle
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private void
Gui.renderVehicleHealth
(GuiGraphics pGuiGraphics) Renders the health of the player's vehicle on the screen.private void
Gui.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 void
PlayerFaceRenderer.draw
(GuiGraphics pGuiGraphics, PlayerSkin pSkin, int pX, int pY, int pSize) static void
PlayerFaceRenderer.draw
(GuiGraphics pGuiGraphics, PlayerSkin pSkin, int pX, int pY, int pSize, int pColor) static void
PlayerFaceRenderer.draw
(GuiGraphics pGuiGraphics, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pDrawHat, boolean pUpsideDown, int pColor) private void
BossHealthOverlay.drawBar
(GuiGraphics pGuiGraphics, int pX, int pY, BossEvent pBossEvent) private void
BossHealthOverlay.drawBar
(GuiGraphics pGuiGraphics, int pX, int pY, BossEvent pBossEvent, int pProgress, ResourceLocation[] pBarProgressSprites, ResourceLocation[] pOverlayProgressSprites) protected void
DebugScreenOverlay.drawGameInformation
(GuiGraphics pGuiGraphics) private static void
PlayerFaceRenderer.drawHat
(GuiGraphics pGuiGraphics, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pUpsideDown, int pColor) protected void
DebugScreenOverlay.drawSystemInformation
(GuiGraphics pGuiGraphics) private void
ChatComponent.drawTagIcon
(GuiGraphics pGuiGraphics, int pLeft, int pBottom, GuiMessageTag.Icon pTagIcon) protected void
AbstractSelectionList.enableScissor
(GuiGraphics pGuiGraphics) void
WidgetTooltipHolder.refreshTooltipForNextRenderPass
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, boolean pHovering, boolean pFocused, ScreenRectangle pScreenRectangle) abstract void
AbstractSelectionList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) final void
AbstractWidget.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BossHealthOverlay.render
(GuiGraphics pGuiGraphics) void
ChatComponent.render
(GuiGraphics pGuiGraphics, int pTickCount, int pMouseX, int pMouseY, boolean pFocused) void
CommandSuggestions.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) void
CommandSuggestions.SuggestionsList.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) void
DebugScreenOverlay.render
(GuiGraphics pGuiGraphics) void
OptionsList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
PlayerTabOverlay.render
(GuiGraphics pGuiGraphics, int pWidth, Scoreboard pScoreboard, Objective pObjective) void
Renderable.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
SplashRenderer.render
(GuiGraphics pGuiGraphics, int pWidth, Font pFont, float pFade) void
SubtitleOverlay.render
(GuiGraphics pGuiGraphics) void
AbstractSelectionList.Entry.renderBack
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) protected void
AbstractTextAreaWidget.renderBackground
(GuiGraphics pGuiGraphics) protected void
FittingMultiLineTextWidget.renderBackground
(GuiGraphics pGuiGraphics) void
PopupScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
AbstractTextAreaWidget.renderBorder
(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) void
MultiLineLabel.renderCentered
(GuiGraphics pGuiGraphics, int pX, int pY) void
MultiLineLabel.renderCentered
(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) protected abstract void
AbstractTextAreaWidget.renderContents
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
FittingMultiLineTextWidget.renderContents
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
MultiLineEditBox.renderContents
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
AbstractSelectionList.renderDecorations
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
AbstractTextAreaWidget.renderDecorations
(GuiGraphics pGuiGraphics) protected void
MultiLineEditBox.renderDecorations
(GuiGraphics pGuiGraphics) private void
TabButton.renderFocusUnderline
(GuiGraphics pGuiGraphics, Font pFont, int pColor) protected void
AbstractSelectionList.renderHeader
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
AbstractSelectionList.renderItem
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick, int pIndex, int pLeft, int pTop, int pWidth, int pHeight) void
MultiLineLabel.renderLeftAligned
(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) int
MultiLineLabel.renderLeftAlignedNoShadow
(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) private void
DebugScreenOverlay.renderLines
(GuiGraphics pGuiGraphics, List<String> pLines, boolean pLeftSide) protected void
AbstractSelectionList.renderListBackground
(GuiGraphics pGuiGraphics) protected void
AbstractSelectionList.renderListItems
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
AbstractSelectionList.renderListSeparators
(GuiGraphics pGuiGraphics) void
LogoRenderer.renderLogo
(GuiGraphics pGuiGraphics, int pScreenWidth, float pTransparency) void
LogoRenderer.renderLogo
(GuiGraphics pGuiGraphics, int pScreenWidth, float pTransparency, int pHeight) protected void
TabButton.renderMenuBackground
(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY) protected void
PlayerTabOverlay.renderPingIcon
(GuiGraphics pGuiGraphics, int pWidth, int pX, int pY, PlayerInfo pPlayerInfo) protected void
AbstractScrollArea.renderScrollbar
(GuiGraphics pGuiGraphics) protected void
AbstractWidget.renderScrollingString
(GuiGraphics pGuiGraphics, Font pFont, int pWidth, int pColor) static void
AbstractWidget.renderScrollingString
(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) static void
AbstractWidget.renderScrollingString
(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pCenterX, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) protected void
AbstractSelectionList.renderSelection
(GuiGraphics pGuiGraphics, int pTop, int pWidth, int pHeight, int pOuterColor, int pInnerColor) void
AbstractButton.renderString
(GuiGraphics pGuiGraphics, Font pFont, int pColor) void
SpriteIconButton.CenteredIcon.renderString
(GuiGraphics p_294683_, Font p_295870_, int p_295770_) void
SpriteIconButton.TextAndIcon.renderString
(GuiGraphics p_296211_, Font p_295107_, int p_295081_) void
TabButton.renderString
(GuiGraphics pGuiGraphics, Font pFont, int pColor) boolean
CommandSuggestions.renderSuggestions
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private void
PlayerTabOverlay.renderTablistHearts
(int pY, int pMinX, int pMaxX, UUID pPlayerUuid, GuiGraphics pGuiGraphics, int pHealth) private void
PlayerTabOverlay.renderTablistScore
(Objective pObjective, int pY, PlayerTabOverlay.ScoreDisplayEntry pDisplayEntry, int pMinX, int pMaxX, UUID pPlayerUuid, GuiGraphics pGuiGraphics) void
CommandSuggestions.renderUsage
(GuiGraphics pGuiGraphics) protected void
AbstractButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
AbstractSelectionList.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
AbstractSliderButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
AbstractTextAreaWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected abstract void
AbstractWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
Checkbox.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
EditBox.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
FocusableTextWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
ImageButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
ImageWidget.Sprite.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
ImageWidget.Texture.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
ItemDisplayWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
LoadingDotsWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
LockIconButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
MultiLineTextWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
PlainTextButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
PlayerSkinWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
ScrollableLayout.Container.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
SpriteIconButton.CenteredIcon.renderWidget
(GuiGraphics p_295402_, int p_295733_, int p_294839_, float p_296191_) void
SpriteIconButton.TextAndIcon.renderWidget
(GuiGraphics p_294156_, int p_295818_, int p_294994_, float p_296436_) void
StateSwitchingButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
StringWidget.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
TabButton.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 void
AbstractDebugChart.drawAdditionalDimensions
(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) protected void
TpsDebugChart.drawAdditionalDimensions
(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) void
AbstractDebugChart.drawChart
(GuiGraphics pGuiGraphics, int pX, int pWidth) protected void
AbstractDebugChart.drawDimensions
(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) private void
BandwidthDebugChart.drawLabeledLineAtValue
(GuiGraphics pGuiGraphics, int pX, int pWidth, int pY, int pValue) private void
BandwidthDebugChart.drawLineWithLabel
(GuiGraphics pGuiGraphics, int pX, int pWidth, int pY, String pText) protected void
AbstractDebugChart.drawMainDimension
(GuiGraphics pGuiGraphics, int pHeight, int pX, int pIndex) protected void
AbstractDebugChart.drawStringWithShade
(GuiGraphics pGuiGraphics, String pText, int pX, int pY) void
ProfilerPieChart.render
(GuiGraphics pGuiGraphics) protected void
AbstractDebugChart.renderAdditionalLinesAndLabels
(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected void
BandwidthDebugChart.renderAdditionalLinesAndLabels
(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected void
FpsDebugChart.renderAdditionalLinesAndLabels
(GuiGraphics pGuiGraphics, int pX, int pWidth, int pHeight) protected void
PingDebugChart.renderAdditionalLinesAndLabels
(GuiGraphics p_299050_, int p_298600_, int p_298302_, int p_298207_) protected void
TpsDebugChart.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 TypeMethodDescriptionvoid
SpectatorGui.renderAction
(GuiGraphics pGuiGraphics) void
SpectatorGui.renderHotbar
(GuiGraphics pGuiGraphics) protected void
SpectatorGui.renderPage
(GuiGraphics pGuiGraphics, float pAlpha, int pX, int pY, SpectatorPage pSpectatorPage) private void
SpectatorGui.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 TypeMethodDescriptionvoid
TabNavigationBar.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 TypeMethodDescriptionvoid
AdvancementToast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) void
NowPlayingToast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) void
RecipeToast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) void
SystemToast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) void
Toast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) void
ToastManager.render
(GuiGraphics pGuiGraphics) void
ToastManager.ToastInstance.render
(GuiGraphics pGuiGraphics, int pGuiWidth) void
TutorialToast.Icons.render
(GuiGraphics pGuiGraphics, int pX, int pY) void
TutorialToast.render
(GuiGraphics pGuiGraphics, Font pFont, long pVisibilityTime) static void
NowPlayingToast.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 TypeMethodDescriptionvoid
ContextualBarRenderer.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
ExperienceBarRenderer.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
JumpableVehicleBarRenderer.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
LocatorBarRenderer.render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
ContextualBarRenderer.renderBackground
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
ExperienceBarRenderer.renderBackground
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
JumpableVehicleBarRenderer.renderBackground
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
LocatorBarRenderer.renderBackground
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) static void
ContextualBarRenderer.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 void
CreateFlatWorldScreen.DetailsList.Entry.blitSlot
(GuiGraphics pGuiGraphics, int pX, int pY, ItemStack pStack) private void
PresetFlatWorldScreen.PresetsList.Entry.blitSlot
(GuiGraphics pGuiGraphics, int pX, int pY, Item pItem) private void
CreateFlatWorldScreen.DetailsList.Entry.blitSlotBg
(GuiGraphics pGuiGraphics, int pX, int pY) private void
PresetFlatWorldScreen.PresetsList.Entry.blitSlotBg
(GuiGraphics pGuiGraphics, int pX, int pY) private void
LoadingOverlay.drawProgressBar
(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY, float pPartialTick) void
AccessibilityOnboardingScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
AlertScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BackupConfirmScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ChatScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ConnectScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
CreateBuffetWorldScreen.BiomeList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
CreateFlatWorldScreen.DetailsList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
DatapackLoadFailureScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
DeathScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
DemoIntroScreen.render
(GuiGraphics p_281247_, int p_281844_, int p_283693_, float p_281842_) void
DirectJoinServerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
EditServerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ErrorScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
GenericWaitingScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
InBedChatScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
LevelLoadingScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
LoadingOverlay.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
PauseScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
PresetFlatWorldScreen.PresetsList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
PresetFlatWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ProgressScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ReceivingLevelScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
Screen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ShareToLanScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
TitleScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
WinScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ChatScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
DeathScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
DeathScreen.TitleConfirmScreen.renderBackground
(GuiGraphics p_339588_, int p_339615_, int p_339620_, float p_339674_) void
DemoIntroScreen.renderBackground
(GuiGraphics p_283391_, int p_295532_, int p_296277_, float p_295918_) void
ErrorScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
GenericMessageScreen.renderBackground
(GuiGraphics p_330526_, int p_330256_, int p_331601_, float p_331163_) void
PauseScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
ReceivingLevelScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
Screen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
TitleScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
WinScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
Screen.renderBlurredBackground
(GuiGraphics pGuiGraphics) static void
LevelLoadingScreen.renderChunks
(GuiGraphics pGuiGraphics, StoringChunkProgressListener pProgressListener, int pX, int pY, int pSize, int pSpacing) (package private) static void
DeathScreen.renderDeathBackground
(GuiGraphics pGuiGraphics, int pWidth, int pHeight) protected void
CreateFlatWorldScreen.DetailsList.renderHeader
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
Screen.renderMenuBackground
(GuiGraphics pPartialTick) protected void
Screen.renderMenuBackground
(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) protected void
WinScreen.renderMenuBackground
(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) static void
Screen.renderMenuBackgroundTexture
(GuiGraphics pGuiGraphics, ResourceLocation pTexture, int pX, int pY, float pUOffset, float pVOffset, int pWidth, int pHeight) protected void
AccessibilityOnboardingScreen.renderPanorama
(GuiGraphics pGuiGraphics, float pPartialTick) protected void
Screen.renderPanorama
(GuiGraphics pGuiGraphics, float pPartialTick) void
Screen.renderTransparentBackground
(GuiGraphics pGuiGraphics) private void
WinScreen.renderVignette
(GuiGraphics pGuiGraphics) final void
Screen.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 TypeMethodDescriptionvoid
StatsScreen.GeneralStatisticsList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
StatsScreen.ItemStatisticsList.ItemRow.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
StatsScreen.MobsStatisticsList.MobRow.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) protected void
StatsScreen.ItemStatisticsList.renderDecorations
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
StatsScreen.ItemStatisticsList.renderHeader
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
StatsScreen.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 TypeMethodDescriptionvoid
AdvancementTabType.draw
(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, boolean pIsSelected, int pIndex) void
AdvancementWidget.draw
(GuiGraphics pGuiGraphics, int pX, int pY) void
AdvancementWidget.drawConnectivity
(GuiGraphics pGuiGraphics, int pX, int pY, boolean pDropShadow) void
AdvancementTab.drawContents
(GuiGraphics pGuiGraphics, int pX, int pY) void
AdvancementWidget.drawHover
(GuiGraphics pGuiGraphics, int pX, int pY, float pFade, int pWidth, int pHeight) void
AdvancementTab.drawIcon
(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY) void
AdvancementTabType.drawIcon
(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, int pIndex, ItemStack pStack) private void
AdvancementWidget.drawMultilineText
(GuiGraphics pGuiGraphics, List<FormattedCharSequence> pText, int pX, int pY, int pColor) void
AdvancementTab.drawTab
(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY, boolean pIsSelected) void
AdvancementTab.drawTooltips
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pWidth, int pHeight) void
AdvancementsScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.private void
AdvancementsScreen.renderInside
(GuiGraphics pGuiGraphics, int pX, int pY) private void
AdvancementsScreen.renderTooltips
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pOffsetX, int pOffsetY) void
AdvancementsScreen.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) void
GameModeSwitcherScreen.GameModeIcon.drawIcon
(GuiGraphics pGuiGraphics, int pX, int pY) private void
GameModeSwitcherScreen.GameModeSlot.drawSelection
(GuiGraphics pGuiGraphics) private void
GameModeSwitcherScreen.GameModeSlot.drawSlot
(GuiGraphics pGuiGraphics) void
GameModeSwitcherScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
GameModeSwitcherScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
GameModeSwitcherScreen.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 boolean
CreativeModeInventoryScreen.checkTabHovering
(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab, int pMouseX, int pMouseY) private void
HorseInventoryScreen.drawSlot
(GuiGraphics pGuiGraphics, int pX, int pY) void
AbstractCommandBlockEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
AbstractContainerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
AbstractRecipeBookScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
AbstractSignEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BeaconScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BookEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BookSignScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BookViewScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
BrewingStandScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
CartographyTableScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ContainerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
CrafterScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
CreativeModeInventoryScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
CyclingSlotBackground.render
(AbstractContainerMenu pContainerMenu, GuiGraphics pGuiGraphics, float pPartialTick, int pX, int pY) void
DispenserScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
EnchantmentScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
GrindstoneScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
HopperScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
HorseInventoryScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
InventoryScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ItemCombinerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
JigsawBlockEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
LoomScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
MerchantScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ShulkerBoxScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
SmithingScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
StonecutterScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
StructureBlockEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
TestBlockEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
TestInstanceBlockEditScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.private void
MerchantScreen.renderAndDecorateCostA
(GuiGraphics pGuiGraphics, ItemStack pRealCost, ItemStack pBaseCost, int pX, int pY) void
AbstractCommandBlockEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
AbstractContainerScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
AbstractSignEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
BookEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
BookSignScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
BookViewScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
JigsawBlockEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
StructureBlockEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
TestBlockEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
TestInstanceBlockEditScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) private void
EffectsInInventory.renderBackgrounds
(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) private void
LoomScreen.renderBannerOnButton
(GuiGraphics pGuiGraphics, int pX, int pY, TextureAtlasSprite pSprite) protected abstract void
AbstractContainerScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
AbstractFurnaceScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
AnvilScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
BeaconScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
BrewingStandScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
CartographyTableScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
ContainerScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
CrafterScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
CraftingScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
CreativeModeInventoryScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
DispenserScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
EnchantmentScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
GrindstoneScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
HopperScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
HorseInventoryScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
InventoryScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
ItemCombinerScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
LoomScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
MerchantScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
ShulkerBoxScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
SmithingScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
StonecutterScreen.renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) private void
EnchantmentScreen.renderBook
(GuiGraphics pGuiGraphics, int pX, int pY) private void
MerchantScreen.renderButtonArrows
(GuiGraphics pGuiGraphics, MerchantOffer pMerchantOffers, int pPosX, int pPosY) private void
StonecutterScreen.renderButtons
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pX, int pY, int pLastVisibleElementIndex) void
AbstractContainerScreen.renderCarriedItem
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) void
AbstractContainerScreen.renderContents
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) private void
CrafterScreen.renderDisabledSlot
(GuiGraphics pGuiGraphics, CrafterSlot pSlot) void
EffectsInInventory.renderEffects
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) static void
InventoryScreen.renderEntityInInventory
(GuiGraphics p_282665_, int p_416436_, int p_416211_, int p_416017_, int p_416187_, float p_296361_, org.joml.Vector3f p_295026_, org.joml.Quaternionf p_281880_, org.joml.Quaternionf p_282882_, LivingEntity p_282466_) static void
InventoryScreen.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 void
InventoryScreen.renderEntityInInventoryFollowsMouse
(GuiGraphics pGuiGraphics, int pX1, int pY1, int pX2, int pY2, int pScale, float pYOffset, float pMouseX, float pMouseY, LivingEntity pEntity) protected void
AnvilScreen.renderErrorIcon
(GuiGraphics pGuiGraphics, int pX, int pY) protected abstract void
ItemCombinerScreen.renderErrorIcon
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
SmithingScreen.renderErrorIcon
(GuiGraphics pGuiGraphics, int pX, int pY) private void
AbstractContainerScreen.renderFloatingItem
(GuiGraphics pGuiGraphics, ItemStack pStack, int pX, int pY, String pText) protected void
BeaconScreen.BeaconPowerButton.renderIcon
(GuiGraphics pGuiGraphics) protected abstract void
BeaconScreen.BeaconScreenButton.renderIcon
(GuiGraphics pGuiGraphics) protected void
BeaconScreen.BeaconSpriteScreenButton.renderIcon
(GuiGraphics pGuiGraphics) private void
CyclingSlotBackground.renderIcon
(Slot pSlot, ResourceLocation pIcon, float pAlpha, GuiGraphics pGuiGraphics, int pX, int pY) private void
EffectsInInventory.renderIcons
(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) protected void
AbstractContainerScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
AnvilScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
BeaconScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
CreativeModeInventoryScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private void
EffectsInInventory.renderLabels
(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects) protected void
InventoryScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
MerchantScreen.renderLabels
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private void
CartographyTableScreen.renderMap
(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, int pX, int pY, float pScale) private void
SmithingScreen.renderOnboardingTooltips
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) private void
MerchantScreen.renderProgressBar
(GuiGraphics pGuiGraphics, int pPosX, int pPosY, MerchantOffer pMerchantOffer) private void
StonecutterScreen.renderRecipes
(GuiGraphics pGuiGraphics, int pX, int pY, int pStartIndex) private void
CrafterScreen.renderRedstone
(GuiGraphics pGuiGraphics) private void
CartographyTableScreen.renderResultingMap
(GuiGraphics pGuiGraphics, MapId pMapId, MapItemSavedData pMapData, boolean pHasMap, boolean pHasPaper, boolean pHasGlassPane, boolean pIsMaxSize) private void
MerchantScreen.renderScroller
(GuiGraphics pGuiGraphics, int pPosX, int pPosY, MerchantOffers pMerchantOffers) private void
AbstractSignEditScreen.renderSign
(GuiGraphics pGuiGraphics) protected abstract void
AbstractSignEditScreen.renderSignBackground
(GuiGraphics pGuiGraphics) protected void
HangingSignEditScreen.renderSignBackground
(GuiGraphics p_282580_) protected void
SignEditScreen.renderSignBackground
(GuiGraphics p_281440_) private void
AbstractSignEditScreen.renderSignText
(GuiGraphics pGuiGraphics) protected void
AbstractContainerScreen.renderSlot
(GuiGraphics pGuiGraphics, Slot pSlot) void
CrafterScreen.renderSlot
(GuiGraphics pGuiGraphics, Slot pSlot) protected void
AbstractContainerScreen.renderSlotContents
(GuiGraphics guiGraphics, ItemStack itemstack, Slot slot, String countString) private void
AbstractContainerScreen.renderSlotHighlightBack
(GuiGraphics pGuiGraphics) private void
AbstractContainerScreen.renderSlotHighlightFront
(GuiGraphics pGuiGraphics) protected void
AbstractContainerScreen.renderSlots
(GuiGraphics pGuiGraphics) protected void
AbstractRecipeBookScreen.renderSlots
(GuiGraphics pGuiGraphics) void
AbstractContainerScreen.renderSnapbackItem
(GuiGraphics pGuiGraphics) protected void
CreativeModeInventoryScreen.renderTabButton
(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab) protected void
AbstractContainerScreen.renderTooltip
(GuiGraphics pGuiGraphics, int pX, int pY) void
EffectsInInventory.renderTooltip
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected void
StonecutterScreen.renderTooltip
(GuiGraphics pGuiGraphics, int pX, int pY) void
MerchantScreen.TradeOfferButton.renderToolTip
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) void
BeaconScreen.BeaconScreenButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
PageButton.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 void
ClientBundleTooltip.drawEmptyBundleDescriptionText
(int pX, int pY, Font pFont, GuiGraphics pGuiGraphics) private void
ClientBundleTooltip.drawProgressbar
(int pX, int pY, Font pFont, GuiGraphics pGuiGraphics) private void
ClientBundleTooltip.drawSelectedItemTooltip
(Font pFont, GuiGraphics pGuiGraphics, int pX, int pY, int pWidth) private void
ClientBundleTooltip.renderBundleWithItemsTooltip
(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) private static void
ClientBundleTooltip.renderCount
(int pSlotX, int pSlotY, int pCount, Font pFont, GuiGraphics pGuiGraphics) private void
ClientBundleTooltip.renderEmptyBundleTooltip
(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) void
ClientActivePlayersTooltip.renderImage
(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) void
ClientBundleTooltip.renderImage
(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) default void
ClientTooltipComponent.renderImage
(Font pFont, int pX, int pY, int pWidth, int pHeight, GuiGraphics pGuiGraphics) private void
ClientBundleTooltip.renderSlot
(int pSlotIndex, int pX, int pY, List<ItemStack> pShownItems, int pSeed, Font pFont, GuiGraphics pGuiGraphics) void
ClientTextTooltip.renderText
(GuiGraphics pGuiGraphics, Font pFont, int pX, int pY) default void
ClientTooltipComponent.renderText
(GuiGraphics pGuiGraphics, Font pFont, int pX, int pY) static void
TooltipRenderUtil.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 void
ServerSelectionList.OnlineServerEntry.drawIcon
(GuiGraphics pGuiGraphics, int pX, int pY, ResourceLocation pIcon) void
JoinMultiplayerScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ServerSelectionList.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_) void
ServerSelectionList.NetworkServerEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
ServerSelectionList.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 TypeMethodDescriptionvoid
LanguageSelectScreen.LanguageSelectionList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
UnsupportedGraphicsWarningScreen.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 TypeMethodDescriptionvoid
KeyBindsList.CategoryEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
KeyBindsList.KeyEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
KeyBindsScreen.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 TypeMethodDescriptionvoid
TransferableSelectionList.PackEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) protected void
TransferableSelectionList.renderHeader
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
TransferableSelectionList.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 TypeMethodDescriptionvoid
GhostSlots.render
(GuiGraphics pGuiGraphics, Minecraft pMinecraft, boolean pIsBiggerResultSlot) void
OverlayRecipeComponent.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RecipeBookComponent.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
RecipeBookPage.render
(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, float pPartialTick) void
RecipeBookComponent.renderGhostRecipe
(GuiGraphics pGuiGraphics, boolean pIsBiggerResultSlot) private void
RecipeBookTabButton.renderIcon
(GuiGraphics pGuiGraphics) void
GhostSlots.renderTooltip
(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pMouseX, int pMouseY, Slot pSlot) void
RecipeBookComponent.renderTooltip
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, Slot pSlot) void
RecipeBookPage.renderTooltip
(GuiGraphics pGuiGraphics, int pX, int pY) void
OverlayRecipeComponent.OverlayRecipeButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
RecipeBookTabButton.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
RecipeButton.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 TypeMethodDescriptionvoid
ChatSelectionScreen.ChatSelectionList.DividerEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
ChatSelectionScreen.ChatSelectionList.MessageEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
ChatSelectionScreen.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_) void
ChatSelectionScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
ReportReasonSelectionScreen.ReasonSelectionList.Entry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
ReportReasonSelectionScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.protected void
ChatSelectionScreen.ChatSelectionList.renderItem
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick, int pIndex, int pLeft, int pTop, int pWidth, int pHeight) private void
ChatSelectionScreen.ChatSelectionList.MessageEntry.renderSelectedCheckmark
(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pHeight) private void
ChatSelectionScreen.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 void
SocialInteractionsPlayerList.enableScissor
(GuiGraphics pGuiGraphics) void
PlayerEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
SocialInteractionsScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
SocialInteractionsScreen.renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
SocialInteractionsPlayerList.renderListBackground
(GuiGraphics pGuiGraphics) protected void
SocialInteractionsPlayerList.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 void
TelemetryEventWidget.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 TypeMethodDescriptionvoid
ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
CreateWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
EditGameRulesScreen.BooleanRuleEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
EditGameRulesScreen.CategoryRuleEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
EditGameRulesScreen.IntegerRuleEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
EditWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
OptimizeWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
SelectWorldScreen.render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
WorldSelectionList.LoadingHeader.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) void
WorldSelectionList.WorldListEntry.render
(GuiGraphics pGuiGraphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pHovering, float pPartialTick) private void
WorldSelectionList.WorldListEntry.renderExperimentalWarning
(GuiGraphics guiGraphics, int mouseX, int mouseY, int top, int left) protected void
EditGameRulesScreen.GameRuleEntry.renderLabel
(GuiGraphics pGuiGraphics, int pX, int pY) protected void
CreateWorldScreen.renderMenuBackground
(GuiGraphics pPartialTick) void
EditGameRulesScreen.RuleList.renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
WorldSelectionList.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 TypeMethodDescriptionvoid
PlayerMenuItem.renderIcon
(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) void
SpectatorMenu.CloseSpectatorItem.renderIcon
(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) void
SpectatorMenu.ScrollMenuItem.renderIcon
(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) void
SpectatorMenuItem.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 TypeMethodDescriptionvoid
TeleportToPlayerMenuCategory.renderIcon
(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) void
TeleportToTeamMenuCategory.renderIcon
(GuiGraphics pGuiGraphics, float pBrightness, float pAlpha) void
TeleportToTeamMenuCategory.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 TypeMethodDescriptionvoid
PanoramaRenderer.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 TypeMethodDescriptionvoid
RealmsLabel.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 void
ClientHooks.drawScreen
(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private static void
ClientHooks.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.Pre
ClientHooks.onRenderTooltipPre
(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, List<ClientTooltipComponent> components, Font fallbackFont, ClientTooltipPositioner positioner) static RenderTooltipEvent.Texture
ClientHooks.onRenderTooltipTexture
(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) boolean
IItemDecorator.render
(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) Is called after renderItemDecorations(Font, ItemStack, int, int, String) is done rendering.void
ItemDecoratorHandler.render
(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) static void
ClientHooks.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 GuiGraphics
RenderTooltipEvent.graphics
private final GuiGraphics
ContainerScreenEvent.Render.guiGraphics
private final GuiGraphics
CustomizeGuiOverlayEvent.guiGraphics
private final GuiGraphics
RenderGuiEvent.guiGraphics
private final GuiGraphics
RenderGuiLayerEvent.guiGraphics
private final GuiGraphics
ScreenEvent.Render.guiGraphics
Methods 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) protected
CustomizeGuiOverlayEvent
(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) protected
Render
(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) protected
Render
(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected
RenderGuiEvent
(GuiGraphics guiGraphics, DeltaTracker partialTick) protected
RenderGuiLayerEvent
(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) protected
RenderTooltipEvent
(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 void
IClientItemExtensions.renderFirstPersonOverlay
(ItemStack stack, EquipmentSlot equipmentSlot, Player player, GuiGraphics guiGraphics, DeltaTracker deltaTracker) Called to render an overlay on the first-person camera.default boolean
IClientMobEffectExtensions.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 boolean
IClientMobEffectExtensions.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 boolean
IClientMobEffectExtensions.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 void
LoadingErrorScreen.drawMultiLineCenteredString
(GuiGraphics guiGraphics, Font fr, Component str, int x, int y) protected void
ModListScreen.InfoPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) protected void
ModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) void
ConfigurationScreen.ConfigurationListScreen.render
(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) void
ConfigurationScreen.ConfigurationSectionScreen.render
(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) void
GuiLayer.render
(GuiGraphics guiGraphics, DeltaTracker deltaTracker) void
GuiLayerManager.render
(GuiGraphics guiGraphics, DeltaTracker partialTick) void
LoadingErrorScreen.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) void
LoadingErrorScreen.render
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) void
ModListScreen.render
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) void
ModMismatchDisconnectedScreen.MismatchInfoPanel.render
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) void
ModMismatchDisconnectedScreen.render
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) private void
GuiLayerManager.renderInner
(GuiGraphics guiGraphics, DeltaTracker partialTick) protected void
ConfigurationScreen.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 void
ScrollPanel.drawBackground
(GuiGraphics guiGraphics, float partialTick) Draws the background of the scroll panel.protected void
ScrollPanel.drawGradientRect
(GuiGraphics guiGraphics, int left, int top, int right, int bottom, int color1, int color2) protected abstract void
ScrollPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) Draw anything special on the screen.void
ModListWidget.ModEntry.render
(GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean isMouseOver, float partialTick) void
ScrollPanel.render
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) void
ExtendedButton.renderWidget
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Draws this button to the screen.void
ExtendedSlider.renderWidget
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected void
ModsButton.renderWidget
(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) void
UnicodeGlyphButton.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 void
ForgeSnapshotsModClient.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 TypeMethodDescriptionvoid
NeoForgeLoadingOverlay.render
(GuiGraphics graphics, int mouseX, int mouseY, float partialTick)