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 guiGraphics) private voidRealmsMainScreen.Entry.drawRealmStatus(GuiGraphics guiGraphics, int x, int y, int mouseX, int mouseY, ResourceLocation spriteLocation, Supplier<Component> tooltipSupplier) voidRealmsMainScreen.AvailableSnapshotEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsMainScreen.ButtonEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) 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 guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsMainScreen.ParentEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsMainScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsMainScreen.ServerEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsMainScreen.NotificationMessageEntry.renderBack(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean isMouseOver, float partialTick) protected voidRealmsMainScreen.Entry.renderClampedString(GuiGraphics guiGraphics, String text, int minX, int y, int maxX, int color) private voidRealmsMainScreen.renderEnvironment(GuiGraphics guiGraphics, String text, int color) protected voidRealmsMainScreen.Entry.renderFirstLine(GuiGraphics guiGraphics, int top, int left, int width, int serverNameColor, RealmsServer server) protected intRealmsMainScreen.Entry.renderGameMode(RealmsServer server, GuiGraphics guiGraphics, int left, int width, int firstLineY) private booleanRealmsMainScreen.ServerEntry.renderOnlinePlayers(GuiGraphics guiGraphics, int top, int left, int width, int height, int mouseX, int mouseY, float partialTick) protected voidRealmsMainScreen.Entry.renderSecondLine(GuiGraphics guiGraphics, int top, int left, int width, RealmsServer server) protected voidRealmsMainScreen.Entry.renderStatusLights(RealmsServer realmsServer, GuiGraphics guiGraphics, int x, int y, int mouseX, int mouseY) protected voidRealmsMainScreen.Entry.renderThirdLine(GuiGraphics guiGraphics, int top, int left, RealmsServer server) voidRealmsMainScreen.NotificationButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, int x, int y, boolean showTooltip) static voidRowButton.drawButtonsInRow(GuiGraphics guiGraphics, List<RowButton> rowButtons, AbstractSelectionList<?> pendingInvitations, int x, int y, int mouseX, int mouseY) voidRowButton.drawForRowAt(GuiGraphics guiGraphics, int x, int y, int mouseX, int mouseY) voidRealmsWorldSlotButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed(GuiGraphics guiGraphics) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed0(GuiGraphics guiGraphics, long bytesPerSecond) private voidRealmsNotificationsScreen.drawIcons(GuiGraphics guiGraphics) private voidRealmsDownloadLatestWorldScreen.drawProgressBar(GuiGraphics guiGraphics) private voidRealmsUploadScreen.drawProgressBar(GuiGraphics guiGraphics) private voidRealmsBrokenWorldScreen.drawSlotFrame(GuiGraphics guiGraphics, int x, int y, int mouseX, int mouseY, boolean isActiveNonMinigame, String text, int slotIndex, long templateId, String templateImage, boolean hasTemplateImage) private voidRealmsUploadScreen.drawUploadSpeed(GuiGraphics guiGraphics) private voidRealmsUploadScreen.drawUploadSpeed0(GuiGraphics guiGraphics, long bytesPerSecond) voidAddRealmPopupScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsBrokenWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsConfirmScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsDownloadLatestWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsGenericErrorScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsNotificationsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsPendingInvitesScreen.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsPendingInvitesScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsSelectFileToUploadScreen.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsSelectFileToUploadScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsSelectWorldTemplateScreen.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsSelectWorldTemplateScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsTermsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsUploadScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidAddRealmPopupScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidRealmsNotificationsScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) static voidAddRealmPopupScreen.renderDiamond(GuiGraphics guiGraphics, Button button) protected voidRealmsSelectFileToUploadScreen.Entry.renderItem(GuiGraphics guiGraphics, int index, int x, int y) private voidRealmsSelectWorldTemplateScreen.renderMultilineMessage(GuiGraphics guiGraphics, int x, int y, List<TextRenderingUtils.Line> lines) private voidRealmsPendingInvitesScreen.Entry.renderPendingInvitationItem(GuiGraphics guiGraphics, PendingInvite pendingInvite, int x, int y, int mouseX, int mouseY) voidRealmsResetWorldScreen.FrameButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsBackupInfoScreen.BackupInfoListEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsBackupScreen.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsBackupScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsConfigureWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsInviteScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRealmsPlayersTab.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsPreferredRegionSelectionScreen.RegionSelectionList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidRealmsSlotOptionsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderHeader(GuiGraphics guiGraphics, int x, int y) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListBackground(GuiGraphics guiGraphics) protected voidRealmsPlayersTab.InvitedObjectSelectionList.renderListSeparators(GuiGraphics guiGraphics) protected voidRealmsConfigureWorldScreen.renderMenuBackground(GuiGraphics partialTick) -
Uses of GuiGraphics in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidRealmsUtil.renderPlayerFace(GuiGraphics guiGraphics, int x, int y, int size, UUID playerUuid) -
Uses of GuiGraphics in net.minecraft.client
Methods in net.minecraft.client with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidGuiMessageTag.Icon.draw(GuiGraphics guiGraphics, int x, int y) voidMouseHandler.drawDebugMouseInfo(Font font, GuiGraphics guiGraphics) voidOptionInstance.OptionInstanceSliderButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
Uses of GuiGraphics in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidGui.displayScoreboardSidebar(GuiGraphics guiGraphics, Objective objective) 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 guiGraphics, DeltaTracker deltaTracker) voidGui.RenderFunction.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderAirBubbles(GuiGraphics guiGraphics, Player player, int vehicleMaxHealth, int y, int x) private voidGui.renderAirLevel(GuiGraphics p_283143_) private static voidGui.renderArmor(GuiGraphics guiGraphics, Player player, int y, int heartRows, int height, int x) private voidGui.renderArmorLevel(GuiGraphics p_283143_) private voidGui.renderBossOverlay(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderCameraOverlays(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderChat(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderConfusionOverlay(GuiGraphics guiGraphics, float intensity) private voidGui.renderContextualInfoBar(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderContextualInfoBarBackground(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderCrosshair(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderDebugOverlay(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderDemoOverlay(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderEffects(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderExperienceLevel(GuiGraphics p_316628_, DeltaTracker p_348543_) private voidGui.renderFood(GuiGraphics guiGraphics, Player player, int y, int x) private voidGui.renderFoodLevel(GuiGraphics p_283143_) private voidGui.renderHealthLevel(GuiGraphics p_283143_) private voidGui.renderHeart(GuiGraphics guiGraphics, Gui.HeartType heartType, int x, int y, boolean hardcore, boolean halfHeart, boolean blinking) private voidGui.renderHearts(GuiGraphics guiGraphics, Player player, int x, int y, int height, int offsetHeartIndex, float maxHealth, int currentHealth, int displayHealth, int absorptionAmount, boolean renderHighlight) 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 guiGraphics, DeltaTracker deltaTracker) private voidGui.renderOverlayMessage(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderPlayerHealth(GuiGraphics guiGraphics) Deprecated.private voidGui.renderPortalOverlay(GuiGraphics guiGraphics, float alpha) Renders the portal overlay effect on the screen with the specified alpha value.voidGui.renderSavingIndicator(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderScoreboardSidebar(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderSelectedItemName(GuiGraphics guiGraphics) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSelectedItemName(GuiGraphics guiGraphics, int yShift) Renders the name of the selected item on the screen using the provided GuiGraphics object.private voidGui.renderSleepOverlay(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderSlot(GuiGraphics guiGraphics, int x, int y, DeltaTracker deltaTracker, Player player, ItemStack stack, int seed) private voidGui.renderSpyglassOverlay(GuiGraphics guiGraphics, float scopeScale) Renders the overlay for the spyglass effect.private voidGui.renderSubtitleOverlay(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderTabList(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderTextureOverlay(GuiGraphics guiGraphics, ResourceLocation shaderLocation, float alpha) Renders a texture overlay on the screen with the specified shader location and alpha value.private voidGui.renderTitle(GuiGraphics guiGraphics, DeltaTracker deltaTracker) private voidGui.renderVehicleHealth(GuiGraphics guiGraphics) Renders the health of the player's vehicle on the screen.private voidGui.renderVignette(GuiGraphics guiGraphics, Entity entity) 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 guiGraphics, PlayerSkin skin, int x, int y, int size) static voidPlayerFaceRenderer.draw(GuiGraphics guiGraphics, PlayerSkin skin, int x, int y, int size, int color) static voidPlayerFaceRenderer.draw(GuiGraphics guiGraphics, ResourceLocation skinTexture, int x, int y, int size, boolean drawHat, boolean upsideDown, int color) private voidBossHealthOverlay.drawBar(GuiGraphics guiGraphics, int x, int y, BossEvent bossEvent) private voidBossHealthOverlay.drawBar(GuiGraphics guiGraphics, int x, int y, BossEvent bossEvent, int progress, ResourceLocation[] barProgressSprites, ResourceLocation[] overlayProgressSprites) protected voidDebugScreenOverlay.drawGameInformation(GuiGraphics guiGraphics) private static voidPlayerFaceRenderer.drawHat(GuiGraphics guiGraphics, ResourceLocation skinTexture, int x, int y, int size, boolean upsideDown, int color) protected voidDebugScreenOverlay.drawSystemInformation(GuiGraphics guiGraphics) private voidChatComponent.drawTagIcon(GuiGraphics guiGraphics, int left, int bottom, GuiMessageTag.Icon tagIcon) protected voidAbstractSelectionList.enableScissor(GuiGraphics guiGraphics) voidWidgetTooltipHolder.refreshTooltipForNextRenderPass(GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovering, boolean focused, ScreenRectangle screenRectangle) abstract voidAbstractSelectionList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) final voidAbstractWidget.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBossHealthOverlay.render(GuiGraphics guiGraphics) voidChatComponent.render(GuiGraphics guiGraphics, int tickCount, int mouseX, int mouseY, boolean focused) voidCommandSuggestions.render(GuiGraphics guiGraphics, int mouseX, int mouseY) voidCommandSuggestions.SuggestionsList.render(GuiGraphics guiGraphics, int mouseX, int mouseY) voidDebugScreenOverlay.render(GuiGraphics guiGraphics) voidOptionsList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidPlayerTabOverlay.render(GuiGraphics guiGraphics, int width, Scoreboard scoreboard, Objective objective) voidRenderable.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidSplashRenderer.render(GuiGraphics guiGraphics, int width, Font font, float fade) voidSubtitleOverlay.render(GuiGraphics guiGraphics) voidAbstractSelectionList.Entry.renderBack(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean isMouseOver, float partialTick) protected voidAbstractTextAreaWidget.renderBackground(GuiGraphics guiGraphics) protected voidFittingMultiLineTextWidget.renderBackground(GuiGraphics guiGraphics) voidPopupScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidAbstractTextAreaWidget.renderBorder(GuiGraphics guiGraphics, int x, int y, int width, int height) voidMultiLineLabel.renderCentered(GuiGraphics guiGraphics, int x, int y) voidMultiLineLabel.renderCentered(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color) protected abstract voidAbstractTextAreaWidget.renderContents(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidFittingMultiLineTextWidget.renderContents(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidMultiLineEditBox.renderContents(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidAbstractSelectionList.renderDecorations(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidAbstractTextAreaWidget.renderDecorations(GuiGraphics guiGraphics) protected voidMultiLineEditBox.renderDecorations(GuiGraphics guiGraphics) private voidTabButton.renderFocusUnderline(GuiGraphics guiGraphics, Font font, int color) protected voidAbstractSelectionList.renderHeader(GuiGraphics guiGraphics, int x, int y) protected voidAbstractSelectionList.renderItem(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick, int index, int left, int top, int width, int height) voidMultiLineLabel.renderLeftAligned(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color) intMultiLineLabel.renderLeftAlignedNoShadow(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color) private voidDebugScreenOverlay.renderLines(GuiGraphics guiGraphics, List<String> lines, boolean leftSide) protected voidAbstractSelectionList.renderListBackground(GuiGraphics guiGraphics) protected voidAbstractSelectionList.renderListItems(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidAbstractSelectionList.renderListSeparators(GuiGraphics guiGraphics) voidLogoRenderer.renderLogo(GuiGraphics guiGraphics, int screenWidth, float transparency) voidLogoRenderer.renderLogo(GuiGraphics guiGraphics, int screenWidth, float transparency, int height) protected voidTabButton.renderMenuBackground(GuiGraphics guiGraphics, int minX, int minY, int maxX, int maxY) protected voidPlayerTabOverlay.renderPingIcon(GuiGraphics guiGraphics, int width, int x, int y, PlayerInfo playerInfo) protected voidAbstractScrollArea.renderScrollbar(GuiGraphics guiGraphics) protected voidAbstractWidget.renderScrollingString(GuiGraphics guiGraphics, Font font, int padding, int color) static voidAbstractWidget.renderScrollingString(GuiGraphics guiGraphics, Font font, Component text, int minX, int minY, int maxX, int maxY, int color) static voidAbstractWidget.renderScrollingString(GuiGraphics guiGraphics, Font font, Component text, int centerX, int minX, int minY, int maxX, int maxY, int color) protected voidAbstractSelectionList.renderSelection(GuiGraphics guiGraphics, int top, int width, int height, int outerColor, int innerColor) voidAbstractButton.renderString(GuiGraphics guiGraphics, Font font, int color) 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 guiGraphics, Font font, int color) booleanCommandSuggestions.renderSuggestions(GuiGraphics guiGraphics, int mouseX, int mouseY) private voidPlayerTabOverlay.renderTablistHearts(int y, int minX, int maxX, UUID playerUuid, GuiGraphics guiGraphics, int health) private voidPlayerTabOverlay.renderTablistScore(Objective objective, int y, PlayerTabOverlay.ScoreDisplayEntry displayEntry, int minX, int maxX, UUID playerUuid, GuiGraphics guiGraphics) voidCommandSuggestions.renderUsage(GuiGraphics guiGraphics) protected voidAbstractButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidAbstractSelectionList.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidAbstractSliderButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidAbstractTextAreaWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected abstract voidAbstractWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidCheckbox.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidEditBox.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidFocusableTextWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidImageButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidImageWidget.Sprite.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidImageWidget.Texture.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidItemDisplayWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidLoadingDotsWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidLockIconButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidMultiLineTextWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidPlainTextButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidPlayerSkinWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidScrollableLayout.Container.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) 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 guiGraphics, int mouseX, int mouseY, float partialTick) voidStringWidget.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidTabButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, int height, int x, int index) protected voidTpsDebugChart.drawAdditionalDimensions(GuiGraphics guiGraphics, int height, int x, int index) voidAbstractDebugChart.drawChart(GuiGraphics guiGraphics, int x, int width) protected voidAbstractDebugChart.drawDimensions(GuiGraphics guiGraphics, int height, int x, int index) private voidBandwidthDebugChart.drawLabeledLineAtValue(GuiGraphics guiGraphics, int x, int width, int y, int value) private voidBandwidthDebugChart.drawLineWithLabel(GuiGraphics guiGraphics, int x, int width, int y, String text) protected voidAbstractDebugChart.drawMainDimension(GuiGraphics guiGraphics, int height, int x, int index) protected voidAbstractDebugChart.drawStringWithShade(GuiGraphics guiGraphics, String text, int x, int y) voidProfilerPieChart.render(GuiGraphics guiGraphics) protected voidAbstractDebugChart.renderAdditionalLinesAndLabels(GuiGraphics guiGraphics, int x, int width, int height) protected voidBandwidthDebugChart.renderAdditionalLinesAndLabels(GuiGraphics guiGraphics, int x, int width, int height) protected voidFpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics guiGraphics, int x, int width, int height) protected voidPingDebugChart.renderAdditionalLinesAndLabels(GuiGraphics p_299050_, int p_298600_, int p_298302_, int p_298207_) protected voidTpsDebugChart.renderAdditionalLinesAndLabels(GuiGraphics guiGraphics, int x, int width, int height) -
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 guiGraphics) voidSpectatorGui.renderHotbar(GuiGraphics guiGraphics) protected voidSpectatorGui.renderPage(GuiGraphics guiGraphics, float alpha, int x, int y, SpectatorPage spectatorPage) private voidSpectatorGui.renderSlot(GuiGraphics guiGraphics, int slot, int x, float y, float alpha, SpectatorMenuItem spectatorMenuItem) -
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 guiGraphics, int mouseX, int mouseY, float partialTick) 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 guiGraphics, Font font, long visibilityTime) voidNowPlayingToast.render(GuiGraphics guiGraphics, Font font, long visibilityTime) voidRecipeToast.render(GuiGraphics guiGraphics, Font font, long visibilityTime) voidSystemToast.render(GuiGraphics guiGraphics, Font font, long visibilityTime) voidToast.render(GuiGraphics guiGraphics, Font font, long visibilityTime) voidToastManager.render(GuiGraphics guiGraphics) voidToastManager.ToastInstance.render(GuiGraphics guiGraphics, int guiWidth) voidTutorialToast.Icons.render(GuiGraphics guiGraphics, int x, int y) voidTutorialToast.render(GuiGraphics guiGraphics, Font font, long visibilityTime) static voidNowPlayingToast.renderToast(GuiGraphics guiGraphics, Font font) -
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 guiGraphics, DeltaTracker deltaTracker) voidExperienceBarRenderer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidJumpableVehicleBarRenderer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidLocatorBarRenderer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidContextualBarRenderer.renderBackground(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidExperienceBarRenderer.renderBackground(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidJumpableVehicleBarRenderer.renderBackground(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidLocatorBarRenderer.renderBackground(GuiGraphics guiGraphics, DeltaTracker deltaTracker) static voidContextualBarRenderer.renderExperienceLevel(GuiGraphics guiGraphics, Font font, int level) -
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 guiGraphics, int x, int y, ItemStack stack) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlot(GuiGraphics guiGraphics, int x, int y, Item item) private voidCreateFlatWorldScreen.DetailsList.Entry.blitSlotBg(GuiGraphics guiGraphics, int x, int y) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlotBg(GuiGraphics guiGraphics, int x, int y) private voidLoadingOverlay.drawProgressBar(GuiGraphics guiGraphics, int minX, int minY, int maxX, int maxY, float partialTick) voidAccessibilityOnboardingScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidAlertScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBackupConfirmScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidChatScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidConnectScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidCreateBuffetWorldScreen.BiomeList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidCreateFlatWorldScreen.DetailsList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidDatapackLoadFailureScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidDeathScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidDemoIntroScreen.render(GuiGraphics p_281247_, int p_281844_, int p_283693_, float p_281842_) voidDirectJoinServerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidEditServerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidErrorScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidGenericWaitingScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidInBedChatScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidLevelLoadingScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidLoadingOverlay.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidPauseScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidPresetFlatWorldScreen.PresetsList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidPresetFlatWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidProgressScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidReceivingLevelScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidShareToLanScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidTitleScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidWinScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidChatScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidDeathScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) 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 guiGraphics, int mouseX, int mouseY, float partialTick) voidGenericMessageScreen.renderBackground(GuiGraphics p_330526_, int p_330256_, int p_331601_, float p_331163_) voidPauseScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidReceivingLevelScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidTitleScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidWinScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidScreen.renderBlurredBackground(GuiGraphics guiGraphics) static voidLevelLoadingScreen.renderChunks(GuiGraphics guiGraphics, StoringChunkProgressListener progressListener, int x, int y, int size, int spacing) (package private) static voidDeathScreen.renderDeathBackground(GuiGraphics guiGraphics, int width, int height) protected voidCreateFlatWorldScreen.DetailsList.renderHeader(GuiGraphics guiGraphics, int x, int y) protected voidScreen.renderMenuBackground(GuiGraphics partialTick) protected voidScreen.renderMenuBackground(GuiGraphics guiGraphics, int x, int y, int width, int height) protected voidWinScreen.renderMenuBackground(GuiGraphics guiGraphics, int x, int y, int width, int height) static voidScreen.renderMenuBackgroundTexture(GuiGraphics guiGraphics, ResourceLocation texture, int x, int y, float uOffset, float vOffset, int width, int height) protected voidAccessibilityOnboardingScreen.renderPanorama(GuiGraphics guiGraphics, float partialTick) protected voidScreen.renderPanorama(GuiGraphics guiGraphics, float partialTick) voidScreen.renderTransparentBackground(GuiGraphics guiGraphics) private voidWinScreen.renderVignette(GuiGraphics guiGraphics) final voidScreen.renderWithTooltip(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidStatsScreen.ItemStatisticsList.ItemRow.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidStatsScreen.MobsStatisticsList.MobRow.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) protected voidStatsScreen.ItemStatisticsList.renderDecorations(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidStatsScreen.ItemStatisticsList.renderHeader(GuiGraphics guiGraphics, int x, int y) protected voidStatsScreen.ItemStatisticsList.ItemRow.renderStat(GuiGraphics guiGraphics, Stat<?> stat, int x, int y, boolean evenRow) -
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 guiGraphics, int offsetX, int offsetY, boolean isSelected, int index) voidAdvancementWidget.draw(GuiGraphics guiGraphics, int x, int y) voidAdvancementWidget.drawConnectivity(GuiGraphics guiGraphics, int x, int y, boolean dropShadow) voidAdvancementTab.drawContents(GuiGraphics guiGraphics, int x, int y) voidAdvancementWidget.drawHover(GuiGraphics guiGraphics, int x, int y, float fade, int width, int height) voidAdvancementTab.drawIcon(GuiGraphics guiGraphics, int offsetX, int offsetY) voidAdvancementTabType.drawIcon(GuiGraphics guiGraphics, int offsetX, int offsetY, int index, ItemStack stack) private voidAdvancementWidget.drawMultilineText(GuiGraphics guiGraphics, List<FormattedCharSequence> text, int x, int y, int color) voidAdvancementTab.drawTab(GuiGraphics guiGraphics, int offsetX, int offsetY, boolean isSelected) voidAdvancementTab.drawTooltips(GuiGraphics guiGraphics, int mouseX, int mouseY, int width, int height) voidAdvancementsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.private voidAdvancementsScreen.renderInside(GuiGraphics guiGraphics, int x, int y) private voidAdvancementsScreen.renderTooltips(GuiGraphics guiGraphics, int mouseX, int mouseY, int offsetX, int offsetY) voidAdvancementsScreen.renderWindow(GuiGraphics guiGraphics, int offsetX, int offsetY) -
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 guiGraphics, int x, int y) private voidGameModeSwitcherScreen.GameModeSlot.drawSelection(GuiGraphics guiGraphics) private voidGameModeSwitcherScreen.GameModeSlot.drawSlot(GuiGraphics guiGraphics) voidGameModeSwitcherScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidGameModeSwitcherScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidGameModeSwitcherScreen.GameModeSlot.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, CreativeModeTab creativeModeTab, int mouseX, int mouseY) private voidHorseInventoryScreen.drawSlot(GuiGraphics guiGraphics, int x, int y) voidAbstractCommandBlockEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidAbstractContainerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidAbstractRecipeBookScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidAbstractSignEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBeaconScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBookEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBookSignScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBookViewScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidBrewingStandScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidCartographyTableScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidContainerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidCrafterScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidCreativeModeInventoryScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidCyclingSlotBackground.render(AbstractContainerMenu containerMenu, GuiGraphics guiGraphics, float partialTick, int x, int y) voidDispenserScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidEnchantmentScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidGrindstoneScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidHopperScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidHorseInventoryScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidInventoryScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidItemCombinerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidJigsawBlockEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidLoomScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidMerchantScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidShulkerBoxScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidSmithingScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidStonecutterScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidStructureBlockEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidTestBlockEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidTestInstanceBlockEditScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.private voidMerchantScreen.renderAndDecorateCostA(GuiGraphics guiGraphics, ItemStack realCost, ItemStack baseCost, int x, int y) voidAbstractCommandBlockEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidAbstractContainerScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidAbstractSignEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidBookEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidBookSignScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidBookViewScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidJigsawBlockEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidStructureBlockEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidTestBlockEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidTestInstanceBlockEditScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private voidEffectsInInventory.renderBackgrounds(GuiGraphics guiGraphics, int x, int y, Iterable<MobEffectInstance> activeEffects, boolean large) private voidLoomScreen.renderBannerOnButton(GuiGraphics guiGraphics, int x, int y, TextureAtlasSprite sprite) protected abstract voidAbstractContainerScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidAbstractFurnaceScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidAnvilScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidBeaconScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidBrewingStandScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidCartographyTableScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidContainerScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidCrafterScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidCraftingScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidCreativeModeInventoryScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidDispenserScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidEnchantmentScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidGrindstoneScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidHopperScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidHorseInventoryScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidInventoryScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidItemCombinerScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidLoomScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidMerchantScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidShulkerBoxScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidSmithingScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) protected voidStonecutterScreen.renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY) private voidEnchantmentScreen.renderBook(GuiGraphics guiGraphics, int x, int y) private voidMerchantScreen.renderButtonArrows(GuiGraphics guiGraphics, MerchantOffer merchantOffers, int posX, int posY) private voidStonecutterScreen.renderButtons(GuiGraphics guiGraphics, int mouseX, int mouseY, int x, int y, int lastVisibleElementIndex) voidAbstractContainerScreen.renderCarriedItem(GuiGraphics guiGraphics, int mouseX, int mouseY) voidAbstractContainerScreen.renderContents(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private voidCrafterScreen.renderDisabledSlot(GuiGraphics guiGraphics, CrafterSlot slot) voidEffectsInInventory.renderEffects(GuiGraphics guiGraphics, int mouseX, int mouseY) static voidInventoryScreen.renderEntityInInventory(GuiGraphics guiGraphics, int x1, int y1, int x2, int y2, float scale, Vector3f translation, Quaternionf rotation, Quaternionf overrideCameraAngle, LivingEntity entity) 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 guiGraphics, int x1, int y1, int x2, int y2, int scale, float yOffset, float mouseX, float mouseY, LivingEntity entity) protected voidAnvilScreen.renderErrorIcon(GuiGraphics guiGraphics, int x, int y) protected abstract voidItemCombinerScreen.renderErrorIcon(GuiGraphics guiGraphics, int x, int y) protected voidSmithingScreen.renderErrorIcon(GuiGraphics guiGraphics, int x, int y) private voidAbstractContainerScreen.renderFloatingItem(GuiGraphics guiGraphics, ItemStack stack, int x, int y, String text) protected voidBeaconScreen.BeaconPowerButton.renderIcon(GuiGraphics guiGraphics) protected abstract voidBeaconScreen.BeaconScreenButton.renderIcon(GuiGraphics guiGraphics) protected voidBeaconScreen.BeaconSpriteScreenButton.renderIcon(GuiGraphics guiGraphics) private voidCyclingSlotBackground.renderIcon(Slot slot, ResourceLocation icon, float alpha, GuiGraphics guiGraphics, int x, int y) private voidEffectsInInventory.renderIcons(GuiGraphics guiGraphics, int x, int y, Iterable<MobEffectInstance> activeEffects, boolean large) protected voidAbstractContainerScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidAnvilScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidBeaconScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidCreativeModeInventoryScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) private voidEffectsInInventory.renderLabels(GuiGraphics guiGraphics, int x, int y, Iterable<MobEffectInstance> activeEffects) protected voidInventoryScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidMerchantScreen.renderLabels(GuiGraphics guiGraphics, int mouseX, int mouseY) private voidCartographyTableScreen.renderMap(GuiGraphics guiGraphics, MapId mapId, MapItemSavedData mapData, int x, int y, float scale) private voidSmithingScreen.renderOnboardingTooltips(GuiGraphics guiGraphics, int mouseX, int mouseY) private voidMerchantScreen.renderProgressBar(GuiGraphics guiGraphics, int posX, int posY, MerchantOffer merchantOffer) private voidStonecutterScreen.renderRecipes(GuiGraphics guiGraphics, int x, int y, int startIndex) private voidCrafterScreen.renderRedstone(GuiGraphics guiGraphics) private voidCartographyTableScreen.renderResultingMap(GuiGraphics guiGraphics, MapId mapId, MapItemSavedData mapData, boolean hasMap, boolean hasPaper, boolean hasGlassPane, boolean isMaxSize) private voidMerchantScreen.renderScroller(GuiGraphics guiGraphics, int posX, int posY, MerchantOffers merchantOffers) private voidAbstractSignEditScreen.renderSign(GuiGraphics guiGraphics) protected abstract voidAbstractSignEditScreen.renderSignBackground(GuiGraphics guiGraphics) protected voidHangingSignEditScreen.renderSignBackground(GuiGraphics p_282580_) protected voidSignEditScreen.renderSignBackground(GuiGraphics p_281440_) private voidAbstractSignEditScreen.renderSignText(GuiGraphics guiGraphics) protected voidAbstractContainerScreen.renderSlot(GuiGraphics guiGraphics, Slot slot) voidCrafterScreen.renderSlot(GuiGraphics guiGraphics, Slot slot) protected voidAbstractContainerScreen.renderSlotContents(GuiGraphics guiGraphics, ItemStack itemstack, Slot slot, String countString) private voidAbstractContainerScreen.renderSlotHighlightBack(GuiGraphics guiGraphics) private voidAbstractContainerScreen.renderSlotHighlightFront(GuiGraphics guiGraphics) protected voidAbstractContainerScreen.renderSlots(GuiGraphics guiGraphics) protected voidAbstractRecipeBookScreen.renderSlots(GuiGraphics guiGraphics) voidAbstractContainerScreen.renderSnapbackItem(GuiGraphics guiGraphics) protected voidCreativeModeInventoryScreen.renderTabButton(GuiGraphics guiGraphics, CreativeModeTab creativeModeTab) protected voidAbstractContainerScreen.renderTooltip(GuiGraphics guiGraphics, int x, int y) voidEffectsInInventory.renderTooltip(GuiGraphics guiGraphics, int mouseX, int mouseY) protected voidStonecutterScreen.renderTooltip(GuiGraphics guiGraphics, int x, int y) voidMerchantScreen.TradeOfferButton.renderToolTip(GuiGraphics guiGraphics, int mouseX, int mouseY) voidBeaconScreen.BeaconScreenButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidPageButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 x, int y, Font font, GuiGraphics guiGraphics) private voidClientBundleTooltip.drawProgressbar(int x, int y, Font font, GuiGraphics guiGraphics) private voidClientBundleTooltip.drawSelectedItemTooltip(Font font, GuiGraphics guiGraphics, int x, int y, int width) private voidClientBundleTooltip.renderBundleWithItemsTooltip(Font font, int x, int y, int width, int height, GuiGraphics guiGraphics) private static voidClientBundleTooltip.renderCount(int slotX, int slotY, int count, Font font, GuiGraphics guiGraphics) private voidClientBundleTooltip.renderEmptyBundleTooltip(Font font, int x, int y, int width, int height, GuiGraphics guiGraphics) voidClientActivePlayersTooltip.renderImage(Font font, int x, int y, int width, int height, GuiGraphics guiGraphics) voidClientBundleTooltip.renderImage(Font font, int x, int y, int width, int height, GuiGraphics guiGraphics) default voidClientTooltipComponent.renderImage(Font font, int x, int y, int width, int height, GuiGraphics guiGraphics) private voidClientBundleTooltip.renderSlot(int slotIndex, int x, int y, List<ItemStack> shownItems, int seed, Font font, GuiGraphics guiGraphics) voidClientTextTooltip.renderText(GuiGraphics guiGraphics, Font font, int x, int y) default voidClientTooltipComponent.renderText(GuiGraphics guiGraphics, Font font, int x, int y) static voidTooltipRenderUtil.renderTooltipBackground(GuiGraphics guiGraphics, int x, int y, int width, int height, ResourceLocation sprite) -
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 guiGraphics, int x, int y, ResourceLocation icon) voidJoinMultiplayerScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidServerSelectionList.LANHeader.render(GuiGraphics p_281475_, int p_282477_, int p_282819_, int p_282001_, int p_281911_, int p_283126_, int p_282303_, int p_281998_, boolean p_282625_, float p_281811_) voidServerSelectionList.NetworkServerEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidServerSelectionList.OnlineServerEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) -
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 guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidUnsupportedGraphicsWarningScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.minecraft.client.gui.screens.options.controls
Methods in net.minecraft.client.gui.screens.options.controls with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidKeyBindsList.CategoryEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidKeyBindsList.KeyEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidKeyBindsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.minecraft.client.gui.screens.packs
Methods in net.minecraft.client.gui.screens.packs with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidTransferableSelectionList.PackEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) protected voidTransferableSelectionList.renderHeader(GuiGraphics guiGraphics, int x, int y) protected voidTransferableSelectionList.renderSelection(GuiGraphics guiGraphics, int top, int width, int height, int outerColor, int innerColor) -
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 guiGraphics, Minecraft minecraft, boolean isBiggerResultSlot) voidOverlayRecipeComponent.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRecipeBookComponent.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidRecipeBookPage.render(GuiGraphics guiGraphics, int x, int y, int mouseX, int mouseY, float partialTick) voidRecipeBookComponent.renderGhostRecipe(GuiGraphics guiGraphics, boolean isBiggerResultSlot) private voidRecipeBookTabButton.renderIcon(GuiGraphics guiGraphics) voidGhostSlots.renderTooltip(GuiGraphics guiGraphics, Minecraft minecraft, int mouseX, int mouseY, Slot slot) voidRecipeBookComponent.renderTooltip(GuiGraphics guiGraphics, int mouseX, int mouseY, Slot slot) voidRecipeBookPage.renderTooltip(GuiGraphics guiGraphics, int x, int y) voidOverlayRecipeComponent.OverlayRecipeButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidRecipeBookTabButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidRecipeButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidChatSelectionScreen.ChatSelectionList.MessageEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) 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 guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidReportReasonSelectionScreen.ReasonSelectionList.Entry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidReportReasonSelectionScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.protected voidChatSelectionScreen.ChatSelectionList.renderItem(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick, int index, int left, int top, int width, int height) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.renderSelectedCheckmark(GuiGraphics guiGraphics, int top, int left, int height) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.renderTag(GuiGraphics guiGraphics, int x, int y, int height, int mouseX, int mouseY) -
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 guiGraphics) voidPlayerEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidSocialInteractionsScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidSocialInteractionsScreen.renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidSocialInteractionsPlayerList.renderListBackground(GuiGraphics guiGraphics) protected voidSocialInteractionsPlayerList.renderListSeparators(GuiGraphics guiGraphics) -
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 guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidCreateWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidEditGameRulesScreen.BooleanRuleEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidEditGameRulesScreen.CategoryRuleEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidEditGameRulesScreen.IntegerRuleEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidEditWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidOptimizeWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidSelectWorldScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element.voidWorldSelectionList.LoadingHeader.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) voidWorldSelectionList.WorldListEntry.render(GuiGraphics guiGraphics, int index, int top, int left, int width, int height, int mouseX, int mouseY, boolean hovering, float partialTick) private voidWorldSelectionList.WorldListEntry.renderExperimentalWarning(GuiGraphics guiGraphics, int mouseX, int mouseY, int top, int left) protected voidEditGameRulesScreen.GameRuleEntry.renderLabel(GuiGraphics guiGraphics, int x, int y) protected voidCreateWorldScreen.renderMenuBackground(GuiGraphics partialTick) voidEditGameRulesScreen.RuleList.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidWorldSelectionList.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
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 guiGraphics, float brightness, float alpha) voidSpectatorMenu.CloseSpectatorItem.renderIcon(GuiGraphics guiGraphics, float brightness, float alpha) voidSpectatorMenu.ScrollMenuItem.renderIcon(GuiGraphics guiGraphics, float brightness, float alpha) voidSpectatorMenuItem.renderIcon(GuiGraphics guiGraphics, float brightness, float alpha) -
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 guiGraphics, float brightness, float alpha) voidTeleportToTeamMenuCategory.renderIcon(GuiGraphics guiGraphics, float brightness, float alpha) voidTeleportToTeamMenuCategory.TeamSelectionItem.renderIcon(GuiGraphics guiGraphics, float brightness, float alpha) -
Uses of GuiGraphics in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidPanoramaRenderer.render(GuiGraphics guiGraphics, int width, int height, boolean spin) -
Uses of GuiGraphics in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidRealmsLabel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Renders the graphical user interface (GUI) element. -
Uses of GuiGraphics in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidClientHooks.drawScreen(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private static voidClientHooks.drawScreenInternal(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) ClientHooks.onCustomizeBossEventProgress(GuiGraphics guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) static RenderTooltipEvent.PreClientHooks.onRenderTooltipPre(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, List<ClientTooltipComponent> components, Font fallbackFont, ClientTooltipPositioner positioner) static RenderTooltipEvent.TextureClientHooks.onRenderTooltipTexture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) booleanIItemDecorator.render(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) Is called after renderItemDecorations(Font, ItemStack, int, int, String) is done rendering.voidItemDecoratorHandler.render(GuiGraphics guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) static voidClientHooks.renderMainMenu(TitleScreen gui, GuiGraphics guiGraphics, Font font, int width, int height, int alpha) -
Uses of GuiGraphics in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as GuiGraphicsModifier and TypeFieldDescriptionprotected final GuiGraphicsRenderTooltipEvent.graphicsprivate final GuiGraphicsContainerScreenEvent.Render.guiGraphicsprivate final GuiGraphicsCustomizeGuiOverlayEvent.guiGraphicsprivate final GuiGraphicsRenderGuiEvent.guiGraphicsprivate final GuiGraphicsRenderGuiLayerEvent.guiGraphicsprivate final GuiGraphicsScreenEvent.Render.guiGraphicsMethods in net.neoforged.neoforge.client.event that return GuiGraphicsModifier and TypeMethodDescriptionRenderTooltipEvent.getGraphics()Returns the graphics helper for the gui.ContainerScreenEvent.Render.getGuiGraphics()Returns the gui graphics used for rendering.CustomizeGuiOverlayEvent.getGuiGraphics()RenderGuiEvent.getGuiGraphics()RenderGuiLayerEvent.getGuiGraphics()ScreenEvent.Render.getGuiGraphics()Returns the gui graphics used for rendering.Constructors in net.neoforged.neoforge.client.event with parameters of type GuiGraphicsModifierConstructorDescriptionBackground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) Deprecated, for removal: This API element is subject to removal in a future version.Background(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) BossEventProgress(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick) DebugText(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, List<String> left, List<String> right) Foreground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) Post(GuiGraphics guiGraphics, DeltaTracker partialTick) Post(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Post(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) Pre(ItemStack stack, GuiGraphics graphics, int x, int y, int screenWidth, int screenHeight, Font font, List<ClientTooltipComponent> components, ClientTooltipPositioner positioner) Pre(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRender(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) protectedRender(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRenderGuiEvent(GuiGraphics guiGraphics, DeltaTracker partialTick) protectedRenderGuiLayerEvent(GuiGraphics guiGraphics, DeltaTracker partialTick, ResourceLocation name, GuiLayer layer) protectedRenderTooltipEvent(ItemStack itemStack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components) Texture(ItemStack stack, GuiGraphics graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable ResourceLocation texture) -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return GuiGraphics -
Uses of GuiGraphics in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type GuiGraphicsModifier and TypeMethodDescriptiondefault voidIClientItemExtensions.renderFirstPersonOverlay(ItemStack stack, EquipmentSlot equipmentSlot, Player player, GuiGraphics guiGraphics, DeltaTracker deltaTracker) Called to render an overlay on the first-person camera.default booleanIClientMobEffectExtensions.renderGuiIcon(MobEffectInstance instance, Gui gui, GuiGraphics guiGraphics, int x, int y, float z, float alpha) Renders the icon of the specified effect on the player's HUD.default booleanIClientMobEffectExtensions.renderInventoryIcon(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the icon of the specified effect in the player's inventory.default booleanIClientMobEffectExtensions.renderInventoryText(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory. -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprivate voidLoadingErrorScreen.drawMultiLineCenteredString(GuiGraphics guiGraphics, Font fr, Component str, int x, int y) protected voidModListScreen.InfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) protected voidModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) voidConfigurationScreen.ConfigurationListScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidConfigurationScreen.ConfigurationSectionScreen.render(GuiGraphics graphics, int p_281550_, int p_282878_, float p_282465_) voidGuiLayer.render(GuiGraphics guiGraphics, DeltaTracker deltaTracker) voidGuiLayerManager.render(GuiGraphics guiGraphics, DeltaTracker partialTick) voidLoadingErrorScreen.LoadingEntryList.LoadingMessageEntry.render(GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTick) voidLoadingErrorScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidModListScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidModMismatchDisconnectedScreen.MismatchInfoPanel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) voidModMismatchDisconnectedScreen.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) private voidGuiLayerManager.renderInner(GuiGraphics guiGraphics, DeltaTracker partialTick) protected voidConfigurationScreen.ConfigurationListScreen.ListLabelWidget.renderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type GuiGraphicsModifier and TypeMethodDescriptionGuiLayerManager.add(ResourceLocation name, Consumer<GuiGraphics> layer, BooleanSupplier shouldRender) -
Uses of GuiGraphics in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget with parameters of type GuiGraphicsModifier and TypeMethodDescriptionprotected voidScrollPanel.drawBackground(GuiGraphics guiGraphics, float partialTick) Draws the background of the scroll panel.protected voidScrollPanel.drawGradientRect(GuiGraphics guiGraphics, int left, int top, int right, int bottom, int color1, int color2) protected abstract voidScrollPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) Draw anything special on the screen.voidModListWidget.ModEntry.render(GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean isMouseOver, float partialTick) voidScrollPanel.render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidExtendedButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Draws this button to the screen.voidExtendedSlider.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protected voidModsButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) voidUnicodeGlyphButton.renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) -
Uses of GuiGraphics in net.neoforged.neoforge.client.internal
Methods in net.neoforged.neoforge.client.internal with parameters of type GuiGraphicsModifier and TypeMethodDescriptionstatic voidForgeSnapshotsModClient.renderMainMenuWarning(String neoForgeVersion, GuiGraphics graphics, Font font, int width, int height, int alpha) -
Uses of GuiGraphics in net.neoforged.neoforge.client.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type GuiGraphicsModifier and TypeMethodDescriptionvoidNeoForgeLoadingOverlay.render(GuiGraphics graphics, int mouseX, int mouseY, float partialTick)