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.render(GuiGraphics p_282736_, int p_283347_, int p_282480_, float p_283485_) protected voidRealmsMainScreen.Entry.renderClampedString(GuiGraphics pGuiGraphics, String pText, int pMinX, int pY, int pMaxX, int pColor) voidRealmsMainScreen.AvailableSnapshotEntry.renderContent(GuiGraphics p_439566_, int p_440470_, int p_438889_, boolean p_439430_, float p_439385_) voidRealmsMainScreen.NotificationMessageEntry.renderContent(GuiGraphics p_440677_, int p_439917_, int p_439616_, boolean p_440038_, float p_439405_) voidRealmsMainScreen.ParentEntry.renderContent(GuiGraphics p_439160_, int p_439315_, int p_440617_, boolean p_439247_, float p_440453_) voidRealmsMainScreen.ServerEntry.renderContent(GuiGraphics p_438955_, int p_440520_, int p_439923_, boolean p_440111_, float p_440380_) private voidRealmsMainScreen.renderEnvironment(GuiGraphics pGuiGraphics, String pText, int pColor) protected voidRealmsMainScreen.Entry.renderFirstLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pServerNameColor, RealmsServer pServer) protected intRealmsMainScreen.Entry.renderGameMode(RealmsServer pServer, GuiGraphics pGuiGraphics, int pLeft, int pWidth, int pFirstLineY) private booleanRealmsMainScreen.ServerEntry.renderOnlinePlayers(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, float pPartialTick) protected voidRealmsMainScreen.Entry.renderSecondLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, int pWidth, RealmsServer pServer) protected voidRealmsMainScreen.Entry.renderStatusLights(RealmsServer pRealmsServer, GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY) protected voidRealmsMainScreen.Entry.renderThirdLine(GuiGraphics pGuiGraphics, int pTop, int pLeft, RealmsServer pServer) voidRealmsMainScreen.NotificationButton.renderWidget(GuiGraphics 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 TypeMethodDescriptionvoidRealmsWorldSlotButton.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 TypeMethodDescriptionprivate voidRealmsDownloadLatestWorldScreen.drawDots(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed0(GuiGraphics pGuiGraphics, long pBytesPerSecond) private voidRealmsNotificationsScreen.drawIcons(GuiGraphics pGuiGraphics) private voidRealmsDownloadLatestWorldScreen.drawProgressBar(GuiGraphics pGuiGraphics) private voidRealmsUploadScreen.drawProgressBar(GuiGraphics pGuiGraphics) private voidRealmsBrokenWorldScreen.drawSlotFrame(GuiGraphics pGuiGraphics, int pX, int pY, int pMouseX, int pMouseY, boolean pIsActiveNonMinigame, String pText, int pSlotIndex, long pTemplateId, String pTemplateImage, boolean pHasTemplateImage) private voidRealmsUploadScreen.drawUploadSpeed(GuiGraphics pGuiGraphics) private voidRealmsUploadScreen.drawUploadSpeed0(GuiGraphics pGuiGraphics, long pBytesPerSecond) voidAddRealmPopupScreen.render(GuiGraphics p_345725_, int p_345936_, int p_345896_, float p_345975_) voidRealmsBrokenWorldScreen.render(GuiGraphics p_282934_, int p_88317_, int p_88318_, float p_88319_) 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_) voidRealmsNotificationsScreen.render(GuiGraphics p_282587_, int p_282992_, int p_283028_, float p_281605_) voidRealmsPendingInvitesScreen.render(GuiGraphics p_282787_, int p_88900_, int p_88901_, float p_88902_) voidRealmsSelectWorldTemplateScreen.render(GuiGraphics p_282162_, int p_89640_, int p_89641_, float p_89642_) 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_) voidRealmsPendingInvitesScreen.Entry.renderContent(GuiGraphics p_439597_, int p_439407_, int p_439905_, boolean p_439814_, float p_440283_) voidRealmsSelectWorldTemplateScreen.Entry.renderContent(GuiGraphics p_439634_, int p_438992_, int p_440319_, boolean p_439731_, float p_439078_) static voidAddRealmPopupScreen.renderDiamond(GuiGraphics pGuiGraphics, Button pButton) private voidRealmsSelectWorldTemplateScreen.renderMultilineMessage(GuiGraphics pGuiGraphics, int pX, int pY, List<TextRenderingUtils.Line> pLines) voidRealmsResetWorldScreen.FrameButton.renderWidget(GuiGraphics p_282595_, int p_282741_, int p_283560_, float p_281923_) -
Uses of GuiGraphics in com.mojang.realmsclient.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsBackupScreen.render(GuiGraphics p_420022_, int p_419562_, int p_420071_, float p_419820_) voidRealmsConfigureWorldScreen.render(GuiGraphics p_419682_, int p_419919_, int p_419524_, float p_419765_) voidRealmsInviteScreen.render(GuiGraphics p_419648_, int p_419872_, int p_419481_, float p_419581_) voidRealmsSlotOptionsScreen.render(GuiGraphics p_419989_, int p_419940_, int p_419891_, float p_419545_) voidRealmsBackupInfoScreen.BackupInfoListEntry.renderContent(GuiGraphics p_439863_, int p_438898_, int p_440008_, boolean p_439966_, float p_439342_) voidRealmsBackupScreen.Entry.renderContent(GuiGraphics p_439042_, int p_440666_, int p_439554_, boolean p_440483_, float p_439283_) voidRealmsPlayersTab.HeaderEntry.renderContent(GuiGraphics p_440278_, int p_440194_, int p_440165_, boolean p_440275_, float p_439884_) voidRealmsPlayersTab.PlayerEntry.renderContent(GuiGraphics p_439457_, int p_440311_, int p_440163_, boolean p_440552_, float p_440331_) voidRealmsPreferredRegionSelectionScreen.RegionSelectionList.Entry.renderContent(GuiGraphics p_438873_, int p_439141_, int p_439882_, boolean p_440139_, float p_440313_) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListBackground(GuiGraphics p_419974_) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListSeparators(GuiGraphics p_419993_) protected voidRealmsConfigureWorldScreen.renderMenuBackground(GuiGraphics p_420036_) -
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.maybeRenderSelectedItemName(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.maybeRenderSpectatorTooltip(GuiGraphics p_316628_, DeltaTracker p_348543_) voidGui.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidGui.RenderFunction.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidGuiGraphics.OutlineBox.render(GuiGraphics pGuiGraphics) private voidGui.renderAirBubbles(GuiGraphics pGuiGraphics, Player pPlayer, int pVehicleMaxHealth, int pY, int pX) private voidGui.renderAirLevel(GuiGraphics p_283143_) private static voidGui.renderArmor(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pHeartRows, int pHeight, int pX) private voidGui.renderArmorLevel(GuiGraphics p_283143_) private voidGui.renderBossOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderCameraOverlays(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderChat(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderConfusionOverlay(GuiGraphics pGuiGraphics, float pIntensity) private voidGui.renderContextualInfoBar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderContextualInfoBarBackground(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderCrosshair(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidGui.renderDebugOverlay(GuiGraphics pGuiGraphics) private voidGui.renderDemoOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderEffects(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderExperienceLevel(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderFood(GuiGraphics pGuiGraphics, Player pPlayer, int pY, int pX) private voidGui.renderFoodLevel(GuiGraphics p_283143_) private voidGui.renderHealthLevel(GuiGraphics p_283143_) private voidGui.renderHeart(GuiGraphics pGuiGraphics, Gui.HeartType pHeartType, int pX, int pY, boolean pHardcore, boolean pHalfHeart, boolean pBlinking) private voidGui.renderHearts(GuiGraphics pGuiGraphics, Player pPlayer, int pX, int pY, int pHeight, int pOffsetHeartIndex, float pMaxHealth, int pCurrentHealth, int pDisplayHealth, int pAbsorptionAmount, boolean pRenderHighlight) Renders the player's hearts, including health, absorption, and highlight hearts, on the screen.private voidGui.renderHotbar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderItemHotbar(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderOverlayMessage(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderPlayerHealth(GuiGraphics pGuiGraphics) Deprecated.private voidGui.renderPortalOverlay(GuiGraphics pGuiGraphics, float pAlpha) Renders the portal overlay effect on the screen with the specified alpha value.voidGui.renderSavingIndicator(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderScoreboardSidebar(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderSelectedItemName(GuiGraphics pGuiGraphics) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSelectedItemName(GuiGraphics pGuiGraphics, int yShift) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSleepOverlay(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) private voidGui.renderSlot(GuiGraphics pGuiGraphics, int pX, int pY, DeltaTracker pDeltaTracker, Player pPlayer, ItemStack pStack, int pSeed) private voidGui.renderSpyglassOverlay(GuiGraphics pGuiGraphics, float pScopeScale) Renders the overlay for the spyglass effect.private voidGui.renderSubtitleOverlay(GuiGraphics pGuiGraphics, boolean pDeferred) 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, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pDrawHat, boolean pUpsideDown, int pColor) static 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) 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) private static voidPlayerFaceRenderer.drawHat(GuiGraphics pGuiGraphics, ResourceLocation pSkinTexture, int pX, int pY, int pSize, boolean pUpsideDown, int pColor) private voidChatComponent.drawTagIcon(GuiGraphics pGuiGraphics, int pLeft, int pBottom, GuiMessageTag.Icon pTagIcon) protected voidAbstractSelectionList.enableScissor(GuiGraphics pGuiGraphics) voidWidgetTooltipHolder.refreshTooltipForNextRenderPass(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, boolean pHovering, boolean pFocused, ScreenRectangle pScreenRectangle) 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) intMultiLineLabel.render(GuiGraphics pGuiGraphics, MultiLineLabel.Align pAlign, int pX, int pY, int pLineHeight, boolean pUnused, int pColor) voidPlayerTabOverlay.render(GuiGraphics pGuiGraphics, int pWidth, Scoreboard pScoreboard, Objective pObjective) voidRenderable.render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.voidSplashRenderer.render(GuiGraphics pGuiGraphics, int pWidth, Font pFont, float pFade) voidSubtitleOverlay.render(GuiGraphics pGuiGraphics) 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) abstract voidAbstractSelectionList.Entry.renderContent(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, boolean pIsHovering, float pPartialTick) voidOptionsList.Entry.renderContent(GuiGraphics p_440603_, int p_440287_, int p_439324_, boolean p_439478_, float p_440210_) 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 voidAbstractTextAreaWidget.renderDecorations(GuiGraphics pGuiGraphics) protected voidMultiLineEditBox.renderDecorations(GuiGraphics p_282551_) private voidTabButton.renderFocusUnderline(GuiGraphics pGuiGraphics, Font pFont, int pColor) protected voidAbstractSelectionList.renderItem(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick, E pItem) 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, int pMouseX, int pMouseY) protected voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, int pPadding, int pColor) static voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) static voidAbstractWidget.renderScrollingString(GuiGraphics pGuiGraphics, Font pFont, Component pText, int pCenterX, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) protected voidAbstractSelectionList.renderSelection(GuiGraphics pGuiGraphics, E pEntry, int pBackgroundColor) 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) protected voidItemDisplayWidget.renderTooltip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) 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 voidItemDisplayWidget.renderWidget(GuiGraphics p_425745_, int p_425710_, int p_425986_, float p_425651_) 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_) protected voidScrollableLayout.Container.renderWidget(GuiGraphics p_426247_, int p_426123_, int p_425847_, float p_426024_) 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.renderAction(GuiGraphics pGuiGraphics) voidSpectatorGui.renderHotbar(GuiGraphics pGuiGraphics) protected voidSpectatorGui.renderPage(GuiGraphics pGuiGraphics, float pAlpha, int pX, int pY, SpectatorPage pSpectatorPage) private voidSpectatorGui.renderSlot(GuiGraphics pGuiGraphics, int pSlot, int pX, float pY, float pAlpha, SpectatorMenuItem pSpectatorMenuItem) -
Uses of GuiGraphics in net.minecraft.client.gui.components.tabs
Methods in net.minecraft.client.gui.components.tabs with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidTabNavigationBar.render(GuiGraphics 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_) voidNowPlayingToast.render(GuiGraphics p_425876_, Font p_425951_, long p_425666_) 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_) static voidNowPlayingToast.renderToast(GuiGraphics pGuiGraphics, Font pFont) -
Uses of GuiGraphics in net.minecraft.client.gui.contextualbar
Methods in net.minecraft.client.gui.contextualbar with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidContextualBarRenderer.render(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidExperienceBarRenderer.render(GuiGraphics p_415587_, DeltaTracker p_416114_) voidJumpableVehicleBarRenderer.render(GuiGraphics p_415999_, DeltaTracker p_416653_) voidLocatorBarRenderer.render(GuiGraphics p_415579_, DeltaTracker p_416560_) voidContextualBarRenderer.renderBackground(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) voidExperienceBarRenderer.renderBackground(GuiGraphics p_416499_, DeltaTracker p_416464_) voidJumpableVehicleBarRenderer.renderBackground(GuiGraphics p_415798_, DeltaTracker p_415750_) voidLocatorBarRenderer.renderBackground(GuiGraphics p_416273_, DeltaTracker p_416318_) static voidContextualBarRenderer.renderExperienceLevel(GuiGraphics pGuiGraphics, Font pFont, int pLevel) -
Uses of GuiGraphics in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidCreateFlatWorldScreen.DetailsList.LayerEntry.blitSlot(GuiGraphics pGuiGraphics, int pX, int pY, ItemStack pDisplayItem) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlot(GuiGraphics pGuiGraphics, int pX, int pY, Item pItem) private voidCreateFlatWorldScreen.DetailsList.LayerEntry.blitSlotBg(GuiGraphics pGuiGraphics, int pX, int pY) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlotBg(GuiGraphics pGuiGraphics, int pX, int pY) private voidLevelLoadingScreen.drawProgressBar(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight, float pProgress) 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_) voidConnectScreen.render(GuiGraphics p_283201_, int p_95701_, int p_95702_, float p_95703_) 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_) 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_) voidManageServerScreen.render(GuiGraphics p_445512_, int p_446346_, int p_445945_, float p_445468_) voidPauseScreen.render(GuiGraphics p_281899_, int p_281431_, int p_283183_, float p_281435_) 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_) voidScreen.render(GuiGraphics p_281549_, int p_281550_, int p_282878_, float p_282465_) voidShareToLanScreen.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_) voidLevelLoadingScreen.renderBackground(GuiGraphics p_433649_, int p_434938_, int p_434020_, float p_432747_) voidPauseScreen.renderBackground(GuiGraphics p_295883_, int p_294974_, int p_295209_, float p_295290_) 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_) protected voidScreen.renderBlurredBackground(GuiGraphics pGuiGraphics) static voidLevelLoadingScreen.renderChunks(GuiGraphics pGuiGraphics, int pX, int pY, int pSize, int pSpacing, ChunkLoadStatusView pStatusView) voidCreateBuffetWorldScreen.BiomeList.Entry.renderContent(GuiGraphics p_440239_, int p_439437_, int p_440381_, boolean p_439172_, float p_440598_) voidCreateFlatWorldScreen.DetailsList.HeaderEntry.renderContent(GuiGraphics p_438965_, int p_439221_, int p_439164_, boolean p_440475_, float p_440587_) voidCreateFlatWorldScreen.DetailsList.LayerEntry.renderContent(GuiGraphics p_439824_, int p_440069_, int p_439216_, boolean p_440360_, float p_439765_) voidPresetFlatWorldScreen.PresetsList.Entry.renderContent(GuiGraphics p_439027_, int p_439504_, int p_440223_, boolean p_438973_, float p_439944_) (package private) static voidDeathScreen.renderDeathBackground(GuiGraphics pGuiGraphics, int pWidth, int pHeight) 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 voidScreen.renderPanorama(GuiGraphics pGuiGraphics, float pPartialTick) voidScreen.renderTransparentBackground(GuiGraphics pGuiGraphics) private voidWinScreen.renderVignette(GuiGraphics pGuiGraphics) final voidScreen.renderWithTooltipAndSubtitles(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.render(GuiGraphics p_440644_, int p_440632_, int p_440325_, float p_440049_) voidStatsScreen.GeneralStatisticsList.Entry.renderContent(GuiGraphics p_440694_, int p_439631_, int p_439784_, boolean p_438916_, float p_440067_) voidStatsScreen.ItemStatisticsList.HeaderEntry.renderContent(GuiGraphics p_440439_, int p_440493_, int p_439039_, boolean p_438946_, float p_438988_) voidStatsScreen.ItemStatisticsList.ItemRow.renderContent(GuiGraphics p_439213_, int p_439189_, int p_439456_, boolean p_438914_, float p_440285_) voidStatsScreen.MobsStatisticsList.MobRow.renderContent(GuiGraphics p_439408_, int p_438883_, int p_438911_, boolean p_440696_, float p_439230_) protected voidStatsScreen.GeneralStatisticsList.renderListBackground(GuiGraphics p_440421_) protected voidStatsScreen.ItemStatisticsList.renderListBackground(GuiGraphics p_440100_) protected voidStatsScreen.MobsStatisticsList.renderListBackground(GuiGraphics p_439574_) protected voidStatsScreen.GeneralStatisticsList.renderListSeparators(GuiGraphics p_440335_) protected voidStatsScreen.ItemStatisticsList.renderListSeparators(GuiGraphics p_439722_) protected voidStatsScreen.MobsStatisticsList.renderListSeparators(GuiGraphics p_438993_) protected voidStatsScreen.renderMenuBackground(GuiGraphics p_439627_) protected voidStatsScreen.ItemStatisticsList.ItemRow.renderStat(GuiGraphics pGuiGraphics, Stat<?> pStat, int pX, int pY, boolean pEvenRow) protected voidStatsScreen.ItemStatisticsList.ItemRow.ItemRowWidget.renderTooltip(GuiGraphics p_440443_, int p_440023_, int p_440265_) voidStatsScreen.ItemStatisticsList.HeaderEntry.StatSortButton.renderWidget(GuiGraphics p_440197_, int p_439800_, int p_440460_, float p_439309_) protected voidStatsScreen.ItemStatisticsList.ItemRow.ItemRowWidget.renderWidget(GuiGraphics p_440697_, int p_439428_, int p_438999_, float p_440615_) -
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 pX, int pY) private voidAdvancementsScreen.renderTooltips(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pOffsetX, int pOffsetY) voidAdvancementsScreen.renderWindow(GuiGraphics pGuiGraphics, int pOffsetX, int pOffsetY) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type GuiGraphicsModifier and TypeMethodDescription(package private) voidGameModeSwitcherScreen.GameModeIcon.drawIcon(GuiGraphics pGuiGraphics, int pX, int pY) private voidGameModeSwitcherScreen.GameModeSlot.drawSelection(GuiGraphics pGuiGraphics) private voidGameModeSwitcherScreen.GameModeSlot.drawSlot(GuiGraphics pGuiGraphics) voidDebugOptionsScreen.render(GuiGraphics p_433556_, int p_433119_, int p_434659_, float p_435243_) 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_) voidDebugOptionsScreen.renderBlurredBackground(GuiGraphics p_443530_) voidDebugOptionsScreen.CategoryEntry.renderContent(GuiGraphics p_439011_, int p_439743_, int p_440636_, boolean p_440020_, float p_438954_) voidDebugOptionsScreen.OptionEntry.renderContent(GuiGraphics p_439423_, int p_439217_, int p_439543_, boolean p_439889_, float p_439319_) voidDebugOptionsScreen.OptionList.renderWidget(GuiGraphics p_436046_, int p_435705_, int p_434134_, float p_432783_) 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) 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_) voidBookSignScreen.render(GuiGraphics p_422561_, int p_421651_, int p_421594_, float p_422678_) 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_) 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_) 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) voidAbstractContainerScreen.renderBackground(GuiGraphics p_295206_, int p_295457_, int p_294596_, float p_296351_) voidBookEditScreen.renderBackground(GuiGraphics p_294860_, int p_295019_, int p_294307_, float p_295562_) voidBookSignScreen.renderBackground(GuiGraphics p_421786_, int p_422251_, int p_421978_, float p_421611_) voidBookViewScreen.renderBackground(GuiGraphics p_295678_, int p_296491_, int p_294260_, float p_294869_) private voidEffectsInInventory.renderBackgrounds(GuiGraphics pGuiGraphics, int pX, int pY, Iterable<MobEffectInstance> pActiveEffects, boolean pLarge) private voidLoomScreen.renderBannerOnButton(GuiGraphics pGuiGraphics, int pX, int pY, TextureAtlasSprite pSprite) protected abstract voidAbstractContainerScreen.renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected voidAbstractFurnaceScreen.renderBg(GuiGraphics 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) private voidMerchantScreen.renderButtonArrows(GuiGraphics pGuiGraphics, MerchantOffer pMerchantOffers, int pPosX, int pPosY) private voidStonecutterScreen.renderButtons(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, int pX, int pY, int pLastVisibleElementIndex) voidAbstractContainerScreen.renderCarriedItem(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) voidAbstractContainerScreen.renderContents(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidMerchantScreen.renderContents(GuiGraphics p_283487_, int p_281994_, int p_282099_, float p_281815_) private voidCrafterScreen.renderDisabledSlot(GuiGraphics pGuiGraphics, CrafterSlot pSlot) voidEffectsInInventory.renderEffects(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) static voidInventoryScreen.renderEntityInInventory(GuiGraphics pGuiGraphics, int pX1, int pY1, int pX2, int pY2, float pScale, Vector3f pTranslation, Quaternionf pRotation, Quaternionf pOverrideCameraAngle, LivingEntity pEntity) static voidInventoryScreen.renderEntityInInventoryFollowsAngle(GuiGraphics p_282802_, int p_275688_, int p_275245_, int p_275535_, int p_294406_, int p_294663_, float p_275604_, float angleXComponent, float angleYComponent, LivingEntity p_275689_) static voidInventoryScreen.renderEntityInInventoryFollowsMouse(GuiGraphics pGuiGraphics, int pX1, int pY1, int pX2, int pY2, int pScale, float pYOffset, float pMouseX, float pMouseY, LivingEntity pEntity) protected voidAnvilScreen.renderErrorIcon(GuiGraphics 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_) private voidAbstractContainerScreen.renderFloatingItem(GuiGraphics pGuiGraphics, ItemStack pStack, int pX, int pY, String pText) 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 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_) voidAbstractContainerScreen.renderSnapbackItem(GuiGraphics pGuiGraphics) protected voidCreativeModeInventoryScreen.renderTabButton(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab) protected voidAbstractContainerScreen.renderTooltip(GuiGraphics pGuiGraphics, int pX, int pY) voidEffectsInInventory.renderTooltip(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) protected voidStonecutterScreen.renderTooltip(GuiGraphics 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) voidClientTextTooltip.renderText(GuiGraphics p_416239_, Font p_254285_, int p_254192_, int p_253697_) default voidClientTooltipComponent.renderText(GuiGraphics pGuiGraphics, Font pFont, int pX, int pY) static voidTooltipRenderUtil.renderTooltipBackground(GuiGraphics pGuiGraphics, int pX, int pY, int pWidth, int pHeight, ResourceLocation pSprite) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.multiplayer
Methods in net.minecraft.client.gui.screens.multiplayer with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidServerSelectionList.OnlineServerEntry.drawIcon(GuiGraphics pGuiGraphics, int pX, int pY, ResourceLocation pIcon) voidServerSelectionList.LANHeader.renderContent(GuiGraphics p_438957_, int p_440557_, int p_440088_, boolean p_439026_, float p_439184_) voidServerSelectionList.NetworkServerEntry.renderContent(GuiGraphics p_439287_, int p_440522_, int p_439756_, boolean p_440431_, float p_439147_) voidServerSelectionList.OnlineServerEntry.renderContent(GuiGraphics p_439846_, int p_440562_, int p_439671_, boolean p_438902_, float p_439513_) -
Uses of GuiGraphics in net.minecraft.client.gui.screens.options
Methods in net.minecraft.client.gui.screens.options with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidUnsupportedGraphicsWarningScreen.render(GuiGraphics p_345032_, int p_345965_, int p_345120_, float p_346047_) voidLanguageSelectScreen.LanguageSelectionList.Entry.renderContent(GuiGraphics p_440595_, int p_440193_, int p_440169_, boolean p_440373_, float p_439659_) -
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 TypeMethodDescriptionvoidKeyBindsScreen.render(GuiGraphics p_346209_, int p_344846_, int p_346350_, float p_345601_) voidKeyBindsList.CategoryEntry.renderContent(GuiGraphics p_439431_, int p_440559_, int p_439613_, boolean p_440201_, float p_439040_) voidKeyBindsList.KeyEntry.renderContent(GuiGraphics p_438877_, int p_439499_, int p_440337_, boolean p_440415_, float p_439878_) -
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.HeaderEntry.renderContent(GuiGraphics p_439061_, int p_439590_, int p_440171_, boolean p_440086_, float p_440153_) voidTransferableSelectionList.PackEntry.renderContent(GuiGraphics p_440230_, int p_440699_, int p_439321_, boolean p_440248_, float p_439636_) -
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.render(GuiGraphics p_282899_, int p_239287_, int p_239288_, float p_239289_) voidReportReasonSelectionScreen.render(GuiGraphics p_282815_, int p_283039_, int p_283620_, float p_281336_) voidChatSelectionScreen.ChatSelectionList.DividerEntry.renderContent(GuiGraphics p_439949_, int p_439947_, int p_439491_, boolean p_439652_, float p_440556_) voidChatSelectionScreen.ChatSelectionList.MessageEntry.renderContent(GuiGraphics p_439274_, int p_440292_, int p_439601_, boolean p_439565_, float p_439005_) voidChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.renderContent(GuiGraphics p_440316_, int p_439797_, int p_439660_, boolean p_440537_, float p_439843_) voidChatSelectionScreen.ChatSelectionList.PaddingEntry.renderContent(GuiGraphics p_282007_, int p_240110_, int p_240111_, boolean p_240117_, float p_240118_) voidReportReasonSelectionScreen.ReasonSelectionList.Entry.renderContent(GuiGraphics p_439346_, int p_440497_, int p_439746_, boolean p_439154_, float p_439726_) protected voidChatSelectionScreen.ChatSelectionList.renderItem(GuiGraphics p_281532_, int p_239775_, int p_239776_, float p_239777_, ChatSelectionScreen.ChatSelectionList.Entry p_439092_) 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_) 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_) voidPlayerEntry.renderContent(GuiGraphics p_440555_, int p_439697_, int p_439605_, boolean p_439685_, float p_440124_) 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 TypeMethodDescriptionvoidCreateWorldScreen.render(GuiGraphics p_282137_, int p_283640_, int p_281243_, float p_282743_) 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_) voidConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry.renderContent(GuiGraphics p_439291_, int p_440652_, int p_439867_, boolean p_439187_, float p_439661_) voidEditGameRulesScreen.BooleanRuleEntry.renderContent(GuiGraphics p_439057_, int p_439789_, int p_439072_, boolean p_440132_, float p_440063_) voidEditGameRulesScreen.CategoryRuleEntry.renderContent(GuiGraphics p_440317_, int p_439215_, int p_440653_, boolean p_439060_, float p_439068_) voidEditGameRulesScreen.IntegerRuleEntry.renderContent(GuiGraphics p_439470_, int p_438942_, int p_439225_, boolean p_440092_, float p_440277_) voidWorldSelectionList.LoadingHeader.renderContent(GuiGraphics p_440681_, int p_439545_, int p_440044_, boolean p_440358_, float p_439550_) voidWorldSelectionList.NoWorldsEntry.renderContent(GuiGraphics p_439096_, int p_440638_, int p_439304_, boolean p_439417_, float p_440392_) voidWorldSelectionList.WorldListEntry.renderContent(GuiGraphics p_439856_, int p_439492_, int p_440095_, boolean p_438893_, float p_439455_) private voidWorldSelectionList.WorldListEntry.renderExperimentalWarning(GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovered) 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_) 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, boolean pSpin) -
Uses of GuiGraphics in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsLabel.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(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) BossEventProgress(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick) Foreground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) Post(GuiGraphics guiGraphics, DeltaTracker partialTick) Post(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Post(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Pre(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, Font font, List<ClientTooltipComponent> components, ClientTooltipPositioner positioner) Pre(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRender(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) protectedRender(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRenderGuiEvent(GuiGraphics guiGraphics, DeltaTracker partialTick) protectedRenderGuiLayerEvent(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) protectedRenderTooltipEvent(ItemStack itemStack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components) Texture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return GuiGraphics -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type GuiGraphicsModifier and TypeMethodDescriptiondefault voidIClientItemExtensions.renderFirstPersonOverlay(ItemStack stack, EquipmentSlot equipmentSlot, Player player, GuiGraphics guiGraphics, DeltaTracker deltaTracker) Called to render an overlay on the first-person camera.default booleanIClientMobEffectExtensions.renderGuiIcon(MobEffectInstance instance, Gui gui, GuiGraphics guiGraphics, int x, int y, float z, float alpha) Renders the icon of the specified effect on the player's HUD.default booleanIClientMobEffectExtensions.renderInventoryIcon(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the icon of the specified effect in the player's inventory.default booleanIClientMobEffectExtensions.renderInventoryText(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory. -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidLoadingErrorScreen.drawMultiLineCenteredString(GuiGraphics guiGraphics, Font fr, Component str, int x, int y) protected voidModListScreen.InfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) protected voidModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) voidConfigurationScreen.ConfigurationListScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidConfigurationScreen.ConfigurationSectionScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidGuiLayer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidGuiLayerManager.render(GuiGraphics guiGraphics, DeltaTracker partialTick) voidLoadingErrorScreen.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) voidLoadingErrorScreen.LoadingEntryList.LoadingMessageEntry.renderContent(GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick) private voidGuiLayerManager.renderInner(GuiGraphics guiGraphics, DeltaTracker partialTick) protected voidConfigurationScreen.ConfigurationListScreen.ListLabelWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type GuiGraphicsModifier and TypeMethodDescriptionGuiLayerManager.add(ResourceLocation name, Consumer<GuiGraphics> layer, BooleanSupplier shouldRender) -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidScrollPanel.drawBackground(GuiGraphics guiGraphics, float partialTick) Draws the background of the scroll panel.protected voidScrollPanel.drawGradientRect(GuiGraphics guiGraphics, int left, int top, int right, int bottom, int color1, int color2) protected abstract voidScrollPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) Draw anything special on the screen.voidScrollPanel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidModListWidget.ModEntry.renderContent(GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovered, 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.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidNeoForgeLoadingOverlay.render(GuiGraphics graphics, int mouseX, int mouseY, float partialTick)