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 p_305850_, int p_305808_, int p_305963_, int p_306050_, int p_306209_, int p_305982_, int p_306247_, int p_306293_, boolean p_306089_, float p_306015_) voidRealmsMainScreen.ButtonEntry.render(GuiGraphics p_283542_, int p_282029_, int p_281480_, int p_281377_, int p_283160_, int p_281920_, int p_283267_, int p_281282_, boolean p_281269_, float p_282372_) 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 p_281768_, int p_275375_, int p_275358_, int p_275447_, int p_275694_, int p_275477_, int p_275710_, int p_275677_, boolean p_275542_, float p_275323_) voidRealmsMainScreen.ParentEntry.render(GuiGraphics p_305927_, int p_306097_, int p_306073_, int p_306079_, int p_306272_, int p_306279_, int p_306334_, int p_305824_, boolean p_306096_, float p_306323_) voidRealmsMainScreen.render(GuiGraphics p_282736_, int p_283347_, int p_282480_, float p_283485_) voidRealmsMainScreen.ServerEntry.render(GuiGraphics p_283093_, int p_281645_, int p_283047_, int p_283525_, int p_282321_, int p_282391_, int p_281913_, int p_282475_, boolean p_282378_, float p_282843_) voidRealmsMainScreen.NotificationMessageEntry.renderBack(GuiGraphics p_281374_, int p_282622_, int p_283656_, int p_281830_, int p_281651_, int p_283685_, int p_281784_, int p_282510_, boolean p_283146_, float p_283324_) 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) private voidRealmsMainScreen.ServerEntry.renderFirstLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth) 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) private voidRealmsMainScreen.ServerEntry.renderSecondLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth) 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 p_295969_, int p_294986_, int p_294741_, float p_295116_) -
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 p_282947_, int p_87965_, int p_87966_, float p_87967_) -
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 voidRealmsConfigureWorldScreen.drawRealmStatus(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, ResourceLocation pSprite, Supplier<Component> pTooltipSupplier) private voidRealmsConfigureWorldScreen.drawServerStatus(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) 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 p_345725_, int p_345936_, int p_345896_, float p_345975_) voidRealmsBackupInfoScreen.BackupInfoListEntry.render(GuiGraphics p_282911_, int p_281482_, int p_283643_, int p_282795_, int p_283291_, int p_282540_, int p_282181_, int p_283535_, boolean p_281916_, float p_282116_) voidRealmsBackupScreen.Entry.render(GuiGraphics p_281408_, int p_281974_, int p_282495_, int p_282463_, int p_281562_, int p_282782_, int p_281638_, int p_283190_, boolean p_283105_, float p_282066_) voidRealmsBackupScreen.render(GuiGraphics p_283405_, int p_282020_, int p_282404_, float p_281280_) voidRealmsBrokenWorldScreen.render(GuiGraphics p_282934_, int p_88317_, int p_88318_, float p_88319_) voidRealmsConfigureWorldScreen.render(GuiGraphics p_282982_, int p_281739_, int p_283097_, float p_282528_) voidRealmsConfirmScreen.render(GuiGraphics p_282610_, int p_282200_, int p_283480_, float p_281259_) voidRealmsDownloadLatestWorldScreen.render(GuiGraphics p_282124_, int p_88635_, int p_88636_, float p_88637_) voidRealmsGenericErrorScreen.render(GuiGraphics p_283497_, int p_88680_, int p_88681_, float p_88682_) voidRealmsInviteScreen.render(GuiGraphics p_282206_, int p_283415_, int p_282016_, float p_283011_) voidRealmsNotificationsScreen.render(GuiGraphics p_282587_, int p_282992_, int p_283028_, float p_281605_) voidRealmsPendingInvitesScreen.Entry.render(GuiGraphics p_281445_, int p_281806_, int p_283610_, int p_282909_, int p_281705_, int p_281977_, int p_282983_, int p_281655_, boolean p_282274_, float p_282862_) voidRealmsPendingInvitesScreen.render(GuiGraphics p_282787_, int p_88900_, int p_88901_, float p_88902_) voidRealmsPlayerScreen.Entry.render(GuiGraphics p_282985_, int p_281343_, int p_283042_, int p_282863_, int p_281381_, int p_282692_, int p_283240_, int p_282706_, boolean p_283067_, float p_282230_) voidRealmsSelectFileToUploadScreen.Entry.render(GuiGraphics p_282307_, int p_281918_, int p_281770_, int p_282954_, int p_281599_, int p_281852_, int p_283452_, int p_282531_, boolean p_283120_, float p_282082_) voidRealmsSelectFileToUploadScreen.render(GuiGraphics p_281244_, int p_282772_, int p_281746_, float p_281757_) voidRealmsSelectWorldTemplateScreen.Entry.render(GuiGraphics p_281796_, int p_282160_, int p_281759_, int p_282961_, int p_281497_, int p_282427_, int p_283550_, int p_282955_, boolean p_282866_, float p_281452_) voidRealmsSelectWorldTemplateScreen.render(GuiGraphics p_282162_, int p_89640_, int p_89641_, float p_89642_) voidRealmsSettingsScreen.render(GuiGraphics p_283580_, int p_281307_, int p_282074_, float p_282669_) voidRealmsSlotOptionsScreen.render(GuiGraphics p_283210_, int p_283172_, int p_281531_, float p_283191_) voidRealmsSubscriptionInfoScreen.render(GuiGraphics p_282831_, int p_281266_, int p_281799_, float p_282330_) voidRealmsTermsScreen.render(GuiGraphics p_281619_, int p_283526_, int p_282002_, float p_282536_) voidRealmsUploadScreen.render(GuiGraphics p_282140_, int p_90097_, int p_90098_, float p_90099_) voidAddRealmPopupScreen.renderBackground(GuiGraphics p_346027_, int p_345796_, int p_345649_, float p_345603_) voidRealmsNotificationsScreen.renderBackground(GuiGraphics p_294179_, int p_294689_, int p_294445_, float p_294874_) static voidAddRealmPopupScreen.renderDiamond(GuiGraphics pGuiGraphics, Button pButton) protected voidRealmsPlayerScreen.InvitedObjectSelectionList.renderHeader(GuiGraphics p_331651_, int p_330785_, int p_331045_) 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 p_282595_, int p_282741_, int p_283560_, float p_281923_) -
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 p_341923_, int p_341938_, int p_341892_, float p_341933_) -
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.maybeRenderExperienceBar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderJumpMeter(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderPlayerHealth(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderSelectedItemName(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderSpectatorTooltip(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderVehicleHealth(GuiGraphics p_316628_, DeltaTracker p_348543_) voidGui.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidLayeredDraw.Layer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidLayeredDraw.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.renderCameraOverlays(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderChat(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderConfusionOverlay(GuiGraphics pGuiGraphics, float pIntensity) private voidGui.renderCrosshair(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderDemoOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderEffects(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderExperienceBar(GuiGraphics pGuiGraphics, int pX) Renders the experience bar on the screen using the provided GuiGraphics object and x-coordinate.private voidGui.renderExperienceLevel(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) 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.renderHotbarAndDecorations(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) Deprecated.private voidLayeredDraw.renderInner(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderItemHotbar(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderJumpMeter(PlayerRideableJumping pRideable, GuiGraphics pGuiGraphics, int pX) Renders the jump meter for a rideable entity on the screen using the provided rideable object, GuiGraphics object, and x-coordinate.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.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.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) 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 p_282421_, int p_93658_, int p_93659_, float p_93660_) 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 p_281311_, int p_94497_, int p_94498_, int p_94499_, int p_94500_, int p_94501_, int p_94502_, int p_94503_, boolean p_94504_, float p_94505_) voidPlayerSkinWidget.Model.render(GuiGraphics pGuiGraphics, PlayerSkin pSkin) 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 pScreenWidth, Font pFont, int pColor) 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 p_289758_) voidPopupScreen.renderBackground(GuiGraphics p_304909_, int p_304478_, int p_304974_, float p_304456_) 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 p_289766_, int p_289790_, int p_289786_, float p_289767_) protected voidMultiLineEditBox.renderContents(GuiGraphics p_283676_, int p_281538_, int p_283033_, float p_281767_) protected voidAbstractSelectionList.renderDecorations(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidAbstractTextAreaWidget.renderDecorations(GuiGraphics pGuiGraphics) protected voidMultiLineEditBox.renderDecorations(GuiGraphics p_282551_) private voidTabButton.renderFocusUnderline(GuiGraphics pGuiGraphics, Font pFont, int pColor) protected voidAbstractSelectionList.renderHeader(GuiGraphics pGuiGraphics, int pX, int pY) private voidEditBox.renderHighlight(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY) private voidMultiLineEditBox.renderHighlight(GuiGraphics pGuiGraphics, int pMinX, int pMinY, int pMaxX, int pMaxY) 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 pWidth, 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 p_281670_, int p_282682_, int p_281714_, float p_282542_) voidAbstractSelectionList.renderWidget(GuiGraphics p_282708_, int p_283242_, int p_282891_, float p_283683_) voidAbstractSliderButton.renderWidget(GuiGraphics p_283427_, int p_281447_, int p_282852_, float p_282409_) voidAbstractTextAreaWidget.renderWidget(GuiGraphics p_386672_, int p_387901_, int p_387577_, float p_387259_) protected abstract voidAbstractWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidCheckbox.renderWidget(GuiGraphics p_283124_, int p_282925_, int p_282705_, float p_282612_) voidEditBox.renderWidget(GuiGraphics p_283252_, int p_281594_, int p_282100_, float p_283101_) voidFocusableTextWidget.renderWidget(GuiGraphics p_296375_, int p_295686_, int p_295354_, float p_295563_) voidImageButton.renderWidget(GuiGraphics p_283502_, int p_281473_, int p_283021_, float p_282518_) voidImageWidget.Sprite.renderWidget(GuiGraphics p_295869_, int p_295287_, int p_294110_, float p_296031_) protected voidImageWidget.Texture.renderWidget(GuiGraphics p_294145_, int p_294755_, int p_294985_, float p_294245_) protected voidLoadingDotsWidget.renderWidget(GuiGraphics p_295359_, int p_296296_, int p_294395_, float p_294654_) voidLockIconButton.renderWidget(GuiGraphics p_282701_, int p_282638_, int p_283565_, float p_282549_) voidMultiLineTextWidget.renderWidget(GuiGraphics p_282535_, int p_261774_, int p_261640_, float p_261514_) voidPlainTextButton.renderWidget(GuiGraphics p_283309_, int p_282710_, int p_282486_, float p_281727_) protected voidPlayerSkinWidget.renderWidget(GuiGraphics p_299897_, int p_299826_, int p_300009_, float p_299921_) 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 p_283051_, int p_283010_, int p_281379_, float p_283453_) voidStringWidget.renderWidget(GuiGraphics p_281367_, int p_268221_, int p_268001_, float p_268214_) voidTabButton.renderWidget(GuiGraphics p_283350_, int p_283437_, int p_281595_, float p_282117_) -
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 p_321511_, int p_321489_, int p_321791_, int p_321685_) 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 p_298777_, int p_298875_, int p_298575_, int p_298572_) protected voidFpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics p_298713_, int p_298427_, int p_299203_, int p_298951_) protected voidPingDebugChart.renderAdditionalLinesAndLabels(GuiGraphics p_299050_, int p_298600_, int p_298302_, int p_298207_) protected voidTpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics p_298653_, int p_298791_, int p_298387_, int p_298869_) -
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.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) voidSpectatorGui.renderTooltip(GuiGraphics pGuiGraphics) -
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 p_281720_, int p_282085_, int p_281687_, float p_283048_) 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 p_281813_, Font p_364425_, long p_282604_) voidRecipeToast.render(GuiGraphics p_281667_, Font p_364091_, long p_281779_) voidSystemToast.render(GuiGraphics p_281624_, Font p_364768_, long p_282762_) 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 p_283197_, Font p_364452_, long p_281902_) -
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 p_282353_, int p_265135_, int p_265032_, float p_265387_) voidAlertScreen.render(GuiGraphics p_281989_, int p_281583_, int p_282152_, float p_282198_) voidBackupConfirmScreen.render(GuiGraphics p_282759_, int p_282356_, int p_282725_, float p_281518_) voidChatScreen.render(GuiGraphics p_282470_, int p_282674_, int p_282014_, float p_283132_) voidConfirmLinkScreen.render(GuiGraphics p_281548_, int p_281671_, int p_283205_, float p_283628_) voidConfirmScreen.render(GuiGraphics p_281588_, int p_283592_, int p_283446_, float p_282443_) voidConnectScreen.render(GuiGraphics p_283201_, int p_95701_, int p_95702_, float p_95703_) voidCreateBuffetWorldScreen.BiomeList.Entry.render(GuiGraphics p_281315_, int p_282451_, int p_283356_, int p_283563_, int p_282677_, int p_283473_, int p_283681_, int p_281493_, boolean p_281302_, float p_283122_) voidCreateFlatWorldScreen.DetailsList.Entry.render(GuiGraphics p_281319_, int p_281943_, int p_283629_, int p_283315_, int p_282974_, int p_281870_, int p_283341_, int p_281639_, boolean p_282715_, float p_281937_) voidDatapackLoadFailureScreen.render(GuiGraphics p_283519_, int p_282196_, int p_283357_, float p_283026_) voidDeathScreen.render(GuiGraphics p_283488_, int p_283551_, int p_283002_, float p_281981_) voidDemoIntroScreen.render(GuiGraphics p_281247_, int p_281844_, int p_283693_, float p_281842_) voidDirectJoinServerScreen.render(GuiGraphics p_282464_, int p_95969_, int p_95970_, float p_95971_) voidEditServerScreen.render(GuiGraphics p_282351_, int p_96022_, int p_96023_, float p_96024_) voidErrorScreen.render(GuiGraphics p_281469_, int p_96053_, int p_96054_, float p_96055_) voidGenericWaitingScreen.render(GuiGraphics p_283537_, int p_239719_, int p_239720_, float p_239721_) voidInBedChatScreen.render(GuiGraphics p_281659_, int p_283403_, int p_281737_, float p_282201_) voidLevelLoadingScreen.render(GuiGraphics p_283534_, int p_96146_, int p_96147_, float p_96148_) voidLoadingOverlay.render(GuiGraphics p_281839_, int p_282704_, int p_283650_, float p_283394_) voidPauseScreen.render(GuiGraphics p_281899_, int p_281431_, int p_283183_, float p_281435_) voidPresetFlatWorldScreen.PresetsList.Entry.render(GuiGraphics p_283649_, int p_281641_, int p_281959_, int p_281428_, int p_282594_, int p_283493_, int p_283234_, int p_283185_, boolean p_282302_, float p_282855_) voidPresetFlatWorldScreen.render(GuiGraphics p_282713_, int p_281914_, int p_283700_, float p_283598_) voidProgressScreen.render(GuiGraphics p_283582_, int p_96516_, int p_96517_, float p_96518_) voidReceivingLevelScreen.render(GuiGraphics p_281489_, int p_282902_, int p_283018_, float p_281251_) voidScreen.render(GuiGraphics p_281549_, int p_281550_, int p_282878_, float p_282465_) Neo: mixins targeting this method won't fire for container screens asAbstractContainerScreen.render(net.minecraft.client.gui.GuiGraphics, int, int, float)replicates this method in place of a super call to insert an eventvoidShareToLanScreen.render(GuiGraphics p_281738_, int p_96653_, int p_96654_, float p_96655_) voidTitleScreen.render(GuiGraphics p_282860_, int p_281753_, int p_283539_, float p_282628_) voidWinScreen.render(GuiGraphics p_281907_, int p_282364_, int p_282696_, float p_281316_) voidChatScreen.renderBackground(GuiGraphics p_295929_, int p_296130_, int p_296353_, float p_294668_) voidDeathScreen.renderBackground(GuiGraphics p_296411_, int p_295765_, int p_295221_, float p_295625_) 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 p_294505_, int p_295605_, int p_295169_, float p_296050_) voidGenericMessageScreen.renderBackground(GuiGraphics p_330526_, int p_330256_, int p_331601_, float p_331163_) voidPauseScreen.renderBackground(GuiGraphics p_295883_, int p_294974_, int p_295209_, float p_295290_) voidReceivingLevelScreen.renderBackground(GuiGraphics p_341670_, int p_341687_, int p_341693_, float p_341684_) voidScreen.renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidTitleScreen.renderBackground(GuiGraphics p_294355_, int p_295208_, int p_294981_, float p_294740_) voidWinScreen.renderBackground(GuiGraphics p_282239_, int p_294762_, int p_295473_, float p_296441_) 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 p_383037_, int p_383194_, int p_383114_) protected voidScreen.renderMenuBackground(GuiGraphics pPartialTick) protected voidScreen.renderMenuBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight) protected voidWinScreen.renderMenuBackground(GuiGraphics p_333914_, int p_333869_, int p_334014_, int p_333930_, int p_333890_) static voidScreen.renderMenuBackgroundTexture(GuiGraphics pGuiGraphics, ResourceLocation pTexture, int pX, int pY, float pUOffset, float pVOffset, int pWidth, int pHeight) protected voidAccessibilityOnboardingScreen.renderPanorama(GuiGraphics p_330740_, float p_331952_) protected voidScreen.renderPanorama(GuiGraphics pGuiGraphics, float pPartialTick) protected voidTitleScreen.renderPanorama(GuiGraphics p_330491_, float p_331140_) 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 p_283043_, int p_97012_, int p_97013_, int p_97014_, int p_97015_, int p_97016_, int p_97017_, int p_97018_, boolean p_97019_, float p_97020_) voidStatsScreen.ItemStatisticsList.ItemRow.render(GuiGraphics p_283614_, int p_97082_, int p_97083_, int p_97084_, int p_97085_, int p_97086_, int p_97087_, int p_97088_, boolean p_97089_, float p_97090_) voidStatsScreen.MobsStatisticsList.MobRow.render(GuiGraphics p_283265_, int p_97115_, int p_97116_, int p_97117_, int p_97118_, int p_97119_, int p_97120_, int p_97121_, boolean p_97122_, float p_97123_) protected voidStatsScreen.ItemStatisticsList.renderDecorations(GuiGraphics p_283203_, int p_97046_, int p_97047_) protected voidStatsScreen.ItemStatisticsList.renderHeader(GuiGraphics p_282214_, int p_97050_, int p_97051_) 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 p_282589_, int p_282255_, int p_283354_, float p_283123_) private voidAdvancementsScreen.renderInside(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pOffsetX, int pOffsetY) 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 p_281834_, int p_283223_, int p_282178_, float p_281339_) voidGameModeSwitcherScreen.renderBackground(GuiGraphics p_294233_, int p_295829_, int p_296393_, float p_294567_) voidGameModeSwitcherScreen.GameModeSlot.renderWidget(GuiGraphics p_281380_, int p_283094_, int p_283558_, float p_282631_) -
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) protected voidAbstractSignEditScreen.offsetSign(GuiGraphics pGuiGraphics, BlockState pState) protected voidHangingSignEditScreen.offsetSign(GuiGraphics p_282472_, BlockState p_282359_) protected voidSignEditScreen.offsetSign(GuiGraphics p_282503_, BlockState p_282571_) voidAbstractCommandBlockEditScreen.render(GuiGraphics p_283074_, int p_97673_, int p_97674_, float p_97675_) voidAbstractContainerScreen.render(GuiGraphics p_283479_, int p_283661_, int p_281248_, float p_281886_) voidAbstractRecipeBookScreen.render(GuiGraphics p_376146_, int p_376361_, int p_376653_, float p_376448_) voidAbstractSignEditScreen.render(GuiGraphics p_282418_, int p_281700_, int p_283040_, float p_282799_) voidBeaconScreen.render(GuiGraphics p_283062_, int p_282876_, int p_282015_, float p_281395_) voidBookEditScreen.render(GuiGraphics p_281724_, int p_282965_, int p_283294_, float p_281293_) voidBookViewScreen.render(GuiGraphics p_281997_, int p_281262_, int p_283321_, float p_282251_) voidBrewingStandScreen.render(GuiGraphics p_283297_, int p_283600_, int p_282033_, float p_283410_) voidCartographyTableScreen.render(GuiGraphics p_281331_, int p_281706_, int p_282996_, float p_283037_) voidContainerScreen.render(GuiGraphics p_282060_, int p_282533_, int p_281661_, float p_281873_) voidCrafterScreen.render(GuiGraphics p_307196_, int p_307586_, int p_307288_, float p_307623_) voidCreativeModeInventoryScreen.render(GuiGraphics p_283000_, int p_281317_, int p_282770_, float p_281295_) voidCyclingSlotBackground.render(AbstractContainerMenu pContainerMenu, GuiGraphics pGuiGraphics, float pPartialTick, int pX, int pY) voidDispenserScreen.render(GuiGraphics p_283282_, int p_282467_, int p_282129_, float p_281965_) voidEffectsInInventory.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidEnchantmentScreen.render(GuiGraphics p_283462_, int p_282491_, int p_281953_, float p_282182_) voidGrindstoneScreen.render(GuiGraphics p_283326_, int p_281847_, int p_283310_, float p_283486_) voidHopperScreen.render(GuiGraphics p_282918_, int p_282102_, int p_282423_, float p_282621_) voidHorseInventoryScreen.render(GuiGraphics p_281697_, int p_282103_, int p_283529_, float p_283079_) voidInventoryScreen.render(GuiGraphics p_283246_, int p_98876_, int p_98877_, float p_98878_) voidItemCombinerScreen.render(GuiGraphics p_281810_, int p_283312_, int p_283420_, float p_282956_) voidJigsawBlockEditScreen.render(GuiGraphics p_282514_, int p_98956_, int p_98957_, float p_98958_) voidLoomScreen.render(GuiGraphics p_283513_, int p_282700_, int p_282637_, float p_281433_) voidMerchantScreen.render(GuiGraphics p_283487_, int p_281994_, int p_282099_, float p_281815_) voidShulkerBoxScreen.render(GuiGraphics p_281745_, int p_282145_, int p_282358_, float p_283566_) voidSmithingScreen.render(GuiGraphics p_281961_, int p_282410_, int p_283013_, float p_282408_) voidStonecutterScreen.render(GuiGraphics p_281735_, int p_282517_, int p_282840_, float p_282389_) voidStructureBlockEditScreen.render(GuiGraphics p_281951_, int p_99407_, int p_99408_, float p_99409_) voidTestBlockEditScreen.render(GuiGraphics p_397107_, int p_397213_, int p_397981_, float p_397804_) voidTestInstanceBlockEditScreen.render(GuiGraphics p_397620_, int p_397635_, int p_397823_, float p_397214_) private voidMerchantScreen.renderAndDecorateCostA(GuiGraphics pGuiGraphics, ItemStack pRealCost, ItemStack pBaseCost, int pX, int pY) voidAbstractCommandBlockEditScreen.renderBackground(GuiGraphics p_333760_, int p_333752_, int p_333931_, float p_333774_) voidAbstractContainerScreen.renderBackground(GuiGraphics p_295206_, int p_295457_, int p_294596_, float p_296351_) voidAbstractSignEditScreen.renderBackground(GuiGraphics p_333836_, int p_333748_, int p_333725_, float p_333784_) voidBookEditScreen.renderBackground(GuiGraphics p_294860_, int p_295019_, int p_294307_, float p_295562_) voidBookViewScreen.renderBackground(GuiGraphics p_295678_, int p_296491_, int p_294260_, float p_294869_) voidJigsawBlockEditScreen.renderBackground(GuiGraphics p_334016_, int p_333942_, int p_334006_, float p_333770_) voidStructureBlockEditScreen.renderBackground(GuiGraphics p_333749_, int p_333882_, int p_333946_, float p_334094_) voidTestBlockEditScreen.renderBackground(GuiGraphics p_399499_, int p_399635_, int p_399466_, float p_400178_) voidTestInstanceBlockEditScreen.renderBackground(GuiGraphics p_399858_, int p_400056_, int p_399919_, float p_400070_) private voidEffectsInInventory.renderBackgrounds(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) protected abstract voidAbstractContainerScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidAbstractFurnaceScreen.renderBg(GuiGraphics p_282928_, float p_281631_, int p_281252_, int p_281891_) protected voidAnvilScreen.renderBg(GuiGraphics p_283345_, float p_283412_, int p_282871_, int p_281306_) protected voidBeaconScreen.renderBg(GuiGraphics p_282454_, float p_282185_, int p_282362_, int p_282987_) protected voidBrewingStandScreen.renderBg(GuiGraphics p_282963_, float p_282080_, int p_283365_, int p_283150_) protected voidCartographyTableScreen.renderBg(GuiGraphics p_282101_, float p_282697_, int p_282380_, int p_282327_) protected voidContainerScreen.renderBg(GuiGraphics p_283694_, float p_282334_, int p_282603_, int p_282158_) protected voidCrafterScreen.renderBg(GuiGraphics p_307513_, float p_307580_, int p_307561_, int p_307248_) protected voidCraftingScreen.renderBg(GuiGraphics p_283540_, float p_282132_, int p_283078_, int p_283647_) protected voidCreativeModeInventoryScreen.renderBg(GuiGraphics p_282663_, float p_282504_, int p_282089_, int p_282249_) protected voidDispenserScreen.renderBg(GuiGraphics p_283137_, float p_282476_, int p_281600_, int p_283194_) protected voidEnchantmentScreen.renderBg(GuiGraphics p_282430_, float p_282530_, int p_281621_, int p_283333_) protected voidGrindstoneScreen.renderBg(GuiGraphics p_281991_, float p_282138_, int p_282937_, int p_281956_) protected voidHopperScreen.renderBg(GuiGraphics p_281616_, float p_282737_, int p_281678_, int p_281465_) protected voidHorseInventoryScreen.renderBg(GuiGraphics p_282553_, float p_282998_, int p_282929_, int p_283133_) protected voidInventoryScreen.renderBg(GuiGraphics p_281500_, float p_281299_, int p_283481_, int p_281831_) protected voidItemCombinerScreen.renderBg(GuiGraphics p_282749_, float p_283494_, int p_283098_, int p_282054_) protected voidLoomScreen.renderBg(GuiGraphics p_282870_, float p_281777_, int p_283331_, int p_283087_) protected voidMerchantScreen.renderBg(GuiGraphics p_283072_, float p_281275_, int p_282312_, int p_282984_) protected voidShulkerBoxScreen.renderBg(GuiGraphics p_281362_, float p_283080_, int p_281303_, int p_283275_) protected voidSmithingScreen.renderBg(GuiGraphics p_283264_, float p_267158_, int p_267266_, int p_266722_) protected voidStonecutterScreen.renderBg(GuiGraphics p_283115_, float p_282453_, int p_282940_, int p_282328_) private voidEnchantmentScreen.renderBook(GuiGraphics pGuiGraphics, int pX, int pY, float pPartialTick) 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) private voidBookEditScreen.renderCursor(GuiGraphics pGuiGraphics, BookEditScreen.Pos2i pCursorPos, boolean pIsEndOfText) private voidCrafterScreen.renderDisabledSlot(GuiGraphics pGuiGraphics, CrafterSlot pSlot) private voidEffectsInInventory.renderEffects(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) static voidInventoryScreen.renderEntityInInventory(GuiGraphics pGuiGraphics, float pX, float pY, float pScale, org.joml.Vector3f pTranslate, org.joml.Quaternionf pPose, org.joml.Quaternionf pCameraOrientation, 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 p_282905_, int p_283237_, int p_282237_) protected abstract voidItemCombinerScreen.renderErrorIcon(GuiGraphics pGuiGraphics, int pX, int pY) protected voidSmithingScreen.renderErrorIcon(GuiGraphics p_281835_, int p_283389_, int p_282634_) voidAnvilScreen.renderFg(GuiGraphics p_283449_, int p_283263_, int p_281526_, float p_282957_) protected voidItemCombinerScreen.renderFg(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) private voidAbstractContainerScreen.renderFloatingItem(GuiGraphics pGuiGraphics, ItemStack pStack, int pX, int pY, String pText) private voidBookEditScreen.renderHighlight(GuiGraphics pGuiGraphics, Rect2i[] pHighlightAreas) protected voidBeaconScreen.BeaconPowerButton.renderIcon(GuiGraphics p_282265_) protected abstract voidBeaconScreen.BeaconScreenButton.renderIcon(GuiGraphics pGuiGraphics) protected voidBeaconScreen.BeaconSpriteScreenButton.renderIcon(GuiGraphics p_283624_) 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 p_281442_, int p_282417_, int p_283022_) protected voidBeaconScreen.renderLabels(GuiGraphics p_283369_, int p_282699_, int p_281296_) protected voidCreativeModeInventoryScreen.renderLabels(GuiGraphics p_283168_, int p_281774_, int p_281466_) private voidEffectsInInventory.renderLabels(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects) protected voidInventoryScreen.renderLabels(GuiGraphics p_281654_, int p_283517_, int p_283464_) protected voidMerchantScreen.renderLabels(GuiGraphics p_283337_, int p_282009_, int p_283691_) 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 voidLoomScreen.renderPattern(GuiGraphics pGuiGraphics, Holder<BannerPattern> pPatern, int pX, int pY) 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 p_307608_, Slot p_307570_) 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 p_376566_) protected voidCreativeModeInventoryScreen.renderTabButton(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab) protected voidAbstractContainerScreen.renderTooltip(GuiGraphics pGuiGraphics, int pX, int pY) protected voidStonecutterScreen.renderTooltip(GuiGraphics p_282396_, int p_283157_, int p_282258_) voidMerchantScreen.TradeOfferButton.renderToolTip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidBeaconScreen.BeaconScreenButton.renderWidget(GuiGraphics p_281837_, int p_281780_, int p_283603_, float p_283562_) voidPageButton.renderWidget(GuiGraphics p_283468_, int p_282922_, int p_283637_, float p_282459_) -
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 p_350808_, int p_350702_, int p_350999_, int p_368644_, int p_368594_, GuiGraphics p_350342_) voidClientBundleTooltip.renderImage(Font p_194042_, int p_194043_, int p_194044_, int p_368730_, int p_368543_, GuiGraphics p_282522_) 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) static voidTooltipRenderUtil.renderTooltipBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight, int pZ, 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 p_281617_, int p_281629_, int p_281983_, float p_283431_) voidServerLinksScreen.LinkListEntry.render(GuiGraphics p_350577_, int p_350511_, int p_350936_, int p_350596_, int p_350517_, int p_351059_, int p_350806_, int p_351038_, boolean p_350365_, float p_350788_) 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 p_282600_, int p_282649_, int p_283641_, int p_282277_, int p_283034_, int p_281533_, int p_282746_, int p_281454_, boolean p_283673_, float p_282694_) voidServerSelectionList.OnlineServerEntry.render(GuiGraphics p_281406_, int p_281506_, int p_282921_, int p_281363_, int p_283596_, int p_281630_, int p_283567_, int p_282864_, boolean p_282999_, float p_281423_) -
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 p_345300_, int p_345469_, int p_345328_, int p_345700_, int p_345311_, int p_345185_, int p_344805_, int p_345963_, boolean p_345912_, float p_346091_) voidUnsupportedGraphicsWarningScreen.render(GuiGraphics p_345032_, int p_345965_, int p_345120_, float p_346047_) -
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 p_345402_, int p_345541_, int p_345306_, int p_346166_, int p_346154_, int p_345075_, int p_346184_, int p_346385_, boolean p_346139_, float p_345189_) voidKeyBindsList.KeyEntry.render(GuiGraphics p_345065_, int p_345504_, int p_345678_, int p_344740_, int p_345885_, int p_344888_, int p_345213_, int p_344829_, boolean p_346415_, float p_345934_) voidKeyBindsScreen.render(GuiGraphics p_346209_, int p_344846_, int p_346350_, float p_345601_) -
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 p_281314_, int p_283311_, int p_281984_, int p_282250_, int p_281869_, int p_283138_, int p_282529_, int p_282107_, boolean p_282429_, float p_282306_) protected voidTransferableSelectionList.renderHeader(GuiGraphics p_282135_, int p_282032_, int p_283198_) protected voidTransferableSelectionList.renderSelection(GuiGraphics p_331958_, int p_331723_, int p_331974_, int p_330822_, int p_330632_, int p_331721_) -
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 p_281618_, int p_282646_, int p_283687_, float p_283147_) voidRecipeBookComponent.render(GuiGraphics p_283597_, int p_282668_, int p_283506_, float p_282813_) 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 p_283557_, int p_283483_, int p_282919_, float p_282165_) voidRecipeBookTabButton.renderWidget(GuiGraphics p_283195_, int p_283508_, int p_281788_, float p_283269_) voidRecipeButton.renderWidget(GuiGraphics p_281385_, int p_282779_, int p_282744_, float p_282439_) -
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 p_283635_, int p_239815_, int p_239816_, int p_239817_, int p_239818_, int p_239819_, int p_239820_, int p_239821_, boolean p_239822_, float p_239823_) voidChatSelectionScreen.ChatSelectionList.MessageEntry.render(GuiGraphics p_281361_, int p_239596_, int p_239597_, int p_239598_, int p_239599_, int p_239600_, int p_239601_, int p_239602_, boolean p_239603_, float p_239604_) voidChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.render(GuiGraphics p_281320_, int p_283177_, int p_282422_, int p_282017_, int p_282555_, int p_283255_, int p_283682_, int p_281582_, boolean p_282259_, float p_283561_) 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 p_282899_, int p_239287_, int p_239288_, float p_239289_) voidReportReasonSelectionScreen.ReasonSelectionList.Entry.render(GuiGraphics p_281941_, int p_281450_, int p_281781_, int p_283334_, int p_283073_, int p_282523_, int p_282667_, int p_281567_, boolean p_282095_, float p_283305_) voidReportReasonSelectionScreen.render(GuiGraphics p_282815_, int p_283039_, int p_283620_, float p_281336_) protected voidChatSelectionScreen.ChatSelectionList.renderItem(GuiGraphics p_281532_, int p_239775_, int p_239776_, float p_239777_, int p_239778_, int p_239779_, int p_239780_, int p_239781_, int p_239782_) 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 p_281892_) voidPlayerEntry.render(GuiGraphics p_282434_, int p_283281_, int p_281503_, int p_282112_, int p_282838_, int p_282747_, int p_282231_, int p_282048_, boolean p_281660_, float p_283055_) voidSocialInteractionsScreen.render(GuiGraphics p_282516_, int p_100764_, int p_100765_, float p_100766_) voidSocialInteractionsScreen.renderBackground(GuiGraphics p_283202_, int p_296258_, int p_295067_, float p_295331_) protected voidSocialInteractionsPlayerList.renderListBackground(GuiGraphics p_331377_) protected voidSocialInteractionsPlayerList.renderListSeparators(GuiGraphics p_331767_) -
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 p_283081_, int p_283426_, int p_282414_, float p_283358_) -
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 p_282199_, int p_282727_, int p_283089_, int p_283116_, int p_281268_, int p_283038_, int p_283070_, int p_282448_, boolean p_281417_, float p_283226_) voidCreateWorldScreen.render(GuiGraphics p_282137_, int p_283640_, int p_281243_, float p_282743_) voidEditGameRulesScreen.BooleanRuleEntry.render(GuiGraphics p_281587_, int p_281471_, int p_281257_, int p_282541_, int p_282993_, int p_283543_, int p_281322_, int p_282930_, boolean p_283227_, float p_283364_) voidEditGameRulesScreen.CategoryRuleEntry.render(GuiGraphics p_283335_, int p_283214_, int p_283476_, int p_281365_, int p_281817_, int p_283006_, int p_282893_, int p_282500_, boolean p_283421_, float p_282445_) voidEditGameRulesScreen.IntegerRuleEntry.render(GuiGraphics p_281756_, int p_281882_, int p_281876_, int p_283136_, int p_283044_, int p_282526_, int p_282433_, int p_281816_, boolean p_282227_, float p_281751_) voidEditWorldScreen.render(GuiGraphics p_281742_, int p_101265_, int p_101266_, float p_101267_) voidOptimizeWorldScreen.render(GuiGraphics p_281829_, int p_101312_, int p_101313_, float p_101314_) voidSelectWorldScreen.render(GuiGraphics p_282382_, int p_281534_, int p_281859_, float p_283289_) voidWorldSelectionList.LoadingHeader.render(GuiGraphics p_282319_, int p_283207_, int p_281352_, int p_283332_, int p_282400_, int p_282912_, int p_282760_, int p_281344_, boolean p_283655_, float p_283696_) voidWorldSelectionList.WorldListEntry.render(GuiGraphics p_281612_, int p_281353_, int p_283181_, int p_282820_, int p_282420_, int p_281855_, int p_283204_, int p_283025_, boolean p_283396_, float p_282938_) 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 p_331389_) voidEditGameRulesScreen.RuleList.renderWidget(GuiGraphics p_313903_, int p_313824_, int p_313867_, float p_313845_) protected voidExperimentsScreen.ScrollArea.renderWidget(GuiGraphics p_387127_, int p_388038_, int p_386932_, float p_388026_) voidWorldSelectionList.renderWidget(GuiGraphics p_313849_, int p_313762_, int p_313812_, float p_313854_) -
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 p_282282_, float p_282686_, float p_361678_) voidSpectatorMenu.CloseSpectatorItem.renderIcon(GuiGraphics p_283113_, float p_282295_, float p_362741_) voidSpectatorMenu.ScrollMenuItem.renderIcon(GuiGraphics p_281376_, float p_282065_, float p_363582_) 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 p_281992_, float p_281684_, float p_361587_) voidTeleportToTeamMenuCategory.renderIcon(GuiGraphics p_282933_, float p_283568_, float p_365205_) voidTeleportToTeamMenuCategory.TeamSelectionItem.renderIcon(GuiGraphics p_283215_, float p_282946_, float p_360612_) -
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, float pFade, float pPartialTick) private voidGameRenderer.renderItemActivationAnimation(GuiGraphics pGuiGraphics, float pPartialTick) -
Uses of GuiGraphics in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidDisconnectedRealmsScreen.render(GuiGraphics p_282959_, int p_120658_, int p_120659_, float p_120660_) voidRealmsLabel.render(GuiGraphics p_281597_, int p_282874_, int p_281694_, float p_282363_) -
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) 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, LayeredDraw.Layer layer) Post(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, LayeredDraw.Layer 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, LayeredDraw.Layer 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_) 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) -
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)