Uses of Class
net.minecraft.client.gui.GuiGraphicsExtractor
Packages that use GuiGraphicsExtractor
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 GuiGraphicsExtractor in com.mojang.realmsclient
Methods in com.mojang.realmsclient with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidRealmsMainScreen.Entry.extractClampedString(GuiGraphicsExtractor graphics, @Nullable String string, int x, int y, int maxX, int color) voidRealmsMainScreen.AvailableSnapshotEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsMainScreen.NotificationMessageEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsMainScreen.ParentEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsMainScreen.ServerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsMainScreen.NotificationButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidRealmsMainScreen.extractEnvironment(GuiGraphicsExtractor graphics, String text, int color) protected voidRealmsMainScreen.Entry.extractFirstLine(GuiGraphicsExtractor graphics, int rowTop, int rowLeft, int rowWidth, int serverNameColor, RealmsServer serverData) protected intRealmsMainScreen.Entry.extractGameMode(RealmsServer server, GuiGraphicsExtractor graphics, int rowLeft, int rowWidth, int firstLineY) private voidRealmsMainScreen.NotificationButton.extractNotificationCounter(GuiGraphicsExtractor graphics) private booleanRealmsMainScreen.ServerEntry.extractOnlinePlayers(GuiGraphicsExtractor graphics, int rowTop, int rowLeft, int rowWidth, int rowHeight, int mouseX, int mouseY, float a) private voidRealmsMainScreen.Entry.extractRealmStatus(GuiGraphicsExtractor graphics, int x, int y, int xm, int ym, Identifier sprite, Supplier<Component> tooltip) voidRealmsMainScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) protected voidRealmsMainScreen.Entry.extractSecondLine(GuiGraphicsExtractor graphics, int rowTop, int rowLeft, int rowWidth, RealmsServer serverData) protected voidRealmsMainScreen.Entry.extractStatusLights(RealmsServer serverData, GuiGraphicsExtractor graphics, int rowRight, int rowTop, int mouseX, int mouseY) protected voidRealmsMainScreen.Entry.extractThirdLine(GuiGraphicsExtractor graphics, int rowTop, int rowLeft, RealmsServer server) -
Uses of GuiGraphicsExtractor in com.mojang.realmsclient.gui
Methods in com.mojang.realmsclient.gui with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidRealmsWorldSlotButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidAddRealmPopupScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRealmsNotificationsScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRealmsPendingInvitesScreen.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsSelectWorldTemplateScreen.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsResetWorldScreen.FrameButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) static voidAddRealmPopupScreen.extractDiamond(GuiGraphicsExtractor graphics, Button button) private voidRealmsDownloadLatestWorldScreen.extractDots(GuiGraphicsExtractor graphics) private voidRealmsDownloadLatestWorldScreen.extractDownloadSpeed(GuiGraphicsExtractor graphics) private voidRealmsDownloadLatestWorldScreen.extractDownloadSpeed0(GuiGraphicsExtractor graphics, long bytesPerSecond) private voidRealmsNotificationsScreen.extractIcons(GuiGraphicsExtractor graphics) private voidRealmsSelectWorldTemplateScreen.extractMultilineMessage(GuiGraphicsExtractor graphics, int xm, int ym, List<TextRenderingUtils.Line> noTemplatesMessage) private voidRealmsDownloadLatestWorldScreen.extractProgressBar(GuiGraphicsExtractor graphics) private voidRealmsUploadScreen.extractProgressBar(GuiGraphicsExtractor graphics) voidAddRealmPopupScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRealmsBrokenWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsConfirmScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsDownloadLatestWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsGenericErrorScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsNotificationsScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsPendingInvitesScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsSelectWorldTemplateScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsTermsScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsUploadScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) private voidRealmsBrokenWorldScreen.extractSlotFrame(GuiGraphicsExtractor graphics, int x, int y, int xm, int ym, boolean active, String text, int i, long imageId, @Nullable String image, boolean empty) private voidRealmsUploadScreen.extractUploadSpeed(GuiGraphicsExtractor graphics) private voidRealmsUploadScreen.extractUploadSpeed0(GuiGraphicsExtractor graphics, long bytesPerSecond) -
Uses of GuiGraphicsExtractor in com.mojang.realmsclient.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidRealmsBackupInfoScreen.BackupInfoListEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsBackupScreen.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsPlayersTab.HeaderEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsPlayersTab.PlayerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidRealmsPreferredRegionSelectionScreen.RegionSelectionList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected voidRealmsPlayersTab.InvitedObjectSelectionList.extractListBackground(GuiGraphicsExtractor graphics) protected voidRealmsPlayersTab.InvitedObjectSelectionList.extractListSeparators(GuiGraphicsExtractor graphics) protected voidRealmsConfigureWorldScreen.extractMenuBackground(GuiGraphicsExtractor graphics) voidRealmsBackupScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRealmsConfigureWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) voidRealmsInviteScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) -
Uses of GuiGraphicsExtractor in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionstatic voidRealmsUtil.extractPlayerFace(GuiGraphicsExtractor graphics, int x, int y, int size, UUID playerId) -
Uses of GuiGraphicsExtractor in net.minecraft.client
Methods in net.minecraft.client with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidMouseHandler.drawDebugMouseInfo(Font font, GuiGraphicsExtractor graphics) voidOptionInstance.OptionInstanceSliderButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprivate voidGui.displayScoreboardSidebar(GuiGraphicsExtractor graphics, Objective objective) private voidGui.extractAirBubbles(GuiGraphicsExtractor graphics, Player player, int vehicleHearts, int yLineAir, int xRight) private voidGui.extractAirLevel(GuiGraphicsExtractor graphics) private static voidGui.extractArmor(GuiGraphicsExtractor graphics, Player player, int yLineBase, int numHealthRows, int healthRowHeight, int xLeft) private voidGui.extractArmorLevel(GuiGraphicsExtractor graphics) private voidGui.extractBossOverlay(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractCameraOverlays(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractChat(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractConfusionOverlay(GuiGraphicsExtractor graphics, float strength) private voidGui.extractContextualInfoBar(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractContextualInfoBarBackground(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractCrosshair(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidGui.extractDebugOverlay(GuiGraphicsExtractor graphics) private voidGui.extractDemoOverlay(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractEffects(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractExperienceLevel(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractFood(GuiGraphicsExtractor graphics, Player player, int yLineBase, int xRight) private voidGui.extractFoodLevel(GuiGraphicsExtractor graphics) private voidGui.extractHealthLevel(GuiGraphicsExtractor graphics) private voidGui.extractHeart(GuiGraphicsExtractor graphics, Gui.HeartType type, int xo, int yo, boolean isHardcore, boolean blinks, boolean half) private voidGui.extractHearts(GuiGraphicsExtractor graphics, Player player, int xLeft, int yLineBase, int healthRowHeight, int heartOffsetIndex, float maxHealth, int currentHealth, int oldHealth, int absorption, boolean blink) private voidGui.extractHotbar(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractItemHotbar(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractOverlayMessage(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractPlayerHealth(GuiGraphicsExtractor graphics) Deprecated.private voidGui.extractPortalOverlay(GuiGraphicsExtractor graphics, float alpha) voidGui.extractRenderState(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidGui.extractSavingIndicator(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractScoreboardSidebar(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractSelectedItemName(GuiGraphicsExtractor graphics) private voidGui.extractSelectedItemName(GuiGraphicsExtractor graphics, int yShift) private voidGui.extractSleepOverlay(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractSlot(GuiGraphicsExtractor graphics, int x, int y, DeltaTracker deltaTracker, Player player, ItemStack itemStack, int seed) private voidGui.extractSpyglassOverlay(GuiGraphicsExtractor graphics, float scale) private voidGui.extractSubtitleOverlay(GuiGraphicsExtractor graphics, boolean deferRendering) private voidGui.extractTabList(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractTextureOverlay(GuiGraphicsExtractor graphics, Identifier texture, float alpha) private voidGui.extractTitle(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.extractVehicleHealth(GuiGraphicsExtractor graphics) private voidGui.extractVignette(GuiGraphicsExtractor graphics, @Nullable Entity camera) private voidGui.maybeExtractSelectedItemName(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) private voidGui.maybeExtractSpectatorTooltip(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as GuiGraphicsExtractorModifier and TypeFieldDescriptionprivate final GuiGraphicsExtractorChatComponent.DrawingBackgroundGraphicsAccess.graphicsprivate final GuiGraphicsExtractorChatComponent.DrawingFocusedGraphicsAccess.graphicsMethods in net.minecraft.client.gui.components with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidAbstractSelectionList.enableScissor(GuiGraphicsExtractor graphics) static voidTextCursorUtils.extractAppendCursor(GuiGraphicsExtractor graphics, Font font, int x, int y, int color, boolean shadow) protected voidAbstractTextAreaWidget.extractBackground(GuiGraphicsExtractor graphics) protected voidFittingMultiLineTextWidget.extractBackground(GuiGraphicsExtractor graphics) voidPopupScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidBossHealthOverlay.extractBar(GuiGraphicsExtractor graphics, int x, int y, BossEvent event) private voidBossHealthOverlay.extractBar(GuiGraphicsExtractor graphics, int x, int y, BossEvent event, int width, Identifier[] sprites, Identifier[] overlaySprites) protected voidAbstractTextAreaWidget.extractBorder(GuiGraphicsExtractor graphics, int x, int y, int width, int height) abstract voidAbstractSelectionList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidOptionsList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidOptionsList.HeaderEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected abstract voidAbstractButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected abstract voidAbstractTextAreaWidget.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidButton.Plain.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCheckbox.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidCycleButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidFittingMultiLineTextWidget.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidImageButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLockIconButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidMultiLineEditBox.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPlainTextButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidSpriteIconButton.CenteredIcon.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidSpriteIconButton.TextAndIcon.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidAbstractTextAreaWidget.extractDecorations(GuiGraphicsExtractor graphics) protected voidMultiLineEditBox.extractDecorations(GuiGraphicsExtractor graphics) protected final voidAbstractButton.extractDefaultSprite(GuiGraphicsExtractor graphics) private voidTabButton.extractFocusUnderline(GuiGraphicsExtractor graphics, Font font, int color) private static voidPlayerFaceExtractor.extractHat(GuiGraphicsExtractor graphics, Identifier texture, int x, int y, int size, boolean flip, int color) static voidTextCursorUtils.extractInsertCursor(GuiGraphicsExtractor graphics, int x, int y, int color, int lineHeight) protected voidAbstractSelectionList.extractItem(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a, E entry) private voidDebugScreenOverlay.extractLines(GuiGraphicsExtractor graphics, List<String> lines, boolean alignLeft) protected voidAbstractSelectionList.extractListBackground(GuiGraphicsExtractor graphics) protected voidAbstractSelectionList.extractListItems(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidAbstractSelectionList.extractListSeparators(GuiGraphicsExtractor graphics) protected voidTabButton.extractMenuBackground(GuiGraphicsExtractor graphics, int x0, int y0, int x1, int y1) protected voidPlayerTabOverlay.extractPingIcon(GuiGraphicsExtractor graphics, int slotWidth, int xo, int yo, PlayerInfo info) final voidAbstractWidget.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBossHealthOverlay.extractRenderState(GuiGraphicsExtractor graphics) voidChatComponent.extractRenderState(GuiGraphicsExtractor graphics, Font font, int ticks, int mouseX, int mouseY, ChatComponent.DisplayMode displayMode, boolean changeCursorOnInsertions) voidCommandSuggestions.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidCommandSuggestions.SuggestionsList.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidDebugScreenOverlay.extractRenderState(GuiGraphicsExtractor graphics) voidIMEPreeditOverlay.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLogoRenderer.extractRenderState(GuiGraphicsExtractor graphics, int width, float alpha) voidLogoRenderer.extractRenderState(GuiGraphicsExtractor graphics, int width, float alpha, int heightOffset) static voidPlayerFaceExtractor.extractRenderState(GuiGraphicsExtractor graphics, Identifier texture, int x, int y, int size, boolean hat, boolean flip, int color) static voidPlayerFaceExtractor.extractRenderState(GuiGraphicsExtractor graphics, PlayerSkin skin, int x, int y, int size) static voidPlayerFaceExtractor.extractRenderState(GuiGraphicsExtractor graphics, PlayerSkin skin, int x, int y, int size, int color) voidPlayerTabOverlay.extractRenderState(GuiGraphicsExtractor graphics, int screenWidth, Scoreboard scoreboard, @Nullable Objective displayObjective) voidRenderable.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidSplashRenderer.extractRenderState(GuiGraphicsExtractor graphics, int screenWidth, Font font, float alpha) voidSubtitleOverlay.extractRenderState(GuiGraphicsExtractor graphics) protected voidAbstractScrollArea.extractScrollbar(GuiGraphicsExtractor graphics, int mouseX, int mouseY) protected voidAbstractSelectionList.extractSelection(GuiGraphicsExtractor graphics, E entry, int outlineColor) protected voidSpriteIconButton.extractSprite(GuiGraphicsExtractor graphics, int x, int y) booleanCommandSuggestions.extractSuggestions(GuiGraphicsExtractor graphics, int mouseX, int mouseY) private voidPlayerTabOverlay.extractTablistHearts(int yo, int left, int right, UUID profileId, GuiGraphicsExtractor graphics, int score) private voidPlayerTabOverlay.extractTablistScore(Objective displayObjective, int yo, PlayerTabOverlay.ScoreDisplayEntry entry, int left, int right, UUID profileId, GuiGraphicsExtractor graphics) protected voidItemDisplayWidget.extractTooltip(GuiGraphicsExtractor graphics, int x, int y) voidCommandSuggestions.extractUsage(GuiGraphicsExtractor graphics) protected final voidAbstractButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractSelectionList.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractSliderButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractStringWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractTextAreaWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected abstract voidAbstractWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidEditBox.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidFocusableTextWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidImageWidget.Sprite.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidImageWidget.Texture.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidItemDisplayWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidLoadingDotsWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidPlayerSkinWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidScrollableLayout.Container.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidTabButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidAbstractSliderButton.handleCursor(GuiGraphicsExtractor graphics) protected voidAbstractWidget.handleCursor(GuiGraphicsExtractor graphics) voidWidgetTooltipHolder.refreshTooltipForNextRenderPass(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean isHovered, boolean isFocused, ScreenRectangle screenRectangle) Constructors in net.minecraft.client.gui.components with parameters of type GuiGraphicsExtractorModifierConstructorDescriptionDrawingFocusedGraphicsAccess(GuiGraphicsExtractor graphics, Font font, int mouseX, int mouseY, boolean changeCursorOnInsertions) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.components.debugchart
Methods in net.minecraft.client.gui.components.debugchart with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidAbstractDebugChart.extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected voidBandwidthDebugChart.extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected voidFpsDebugChart.extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected voidPingDebugChart.extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected voidTpsDebugChart.extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected voidAbstractDebugChart.extractAdditionalSampleBars(GuiGraphicsExtractor graphics, int bottom, int currentX, int sampleIndex) protected voidTpsDebugChart.extractAdditionalSampleBars(GuiGraphicsExtractor graphics, int bottom, int currentX, int sampleIndex) private voidBandwidthDebugChart.extractLabeledLineAtValue(GuiGraphicsExtractor graphics, int left, int width, int bottom, int bytesPerSecond) private voidBandwidthDebugChart.extractLineWithLabel(GuiGraphicsExtractor graphics, int x, int width, int y, String label) protected voidAbstractDebugChart.extractMainSampleBar(GuiGraphicsExtractor graphics, int bottom, int currentX, int sampleIndex) voidAbstractDebugChart.extractRenderState(GuiGraphicsExtractor graphics, int left, int width) voidProfilerPieChart.extractRenderState(GuiGraphicsExtractor graphics) protected voidAbstractDebugChart.extractSampleBars(GuiGraphicsExtractor graphics, int bottom, int currentX, int sampleIndex) protected voidAbstractDebugChart.extractStringWithShade(GuiGraphicsExtractor graphics, String str, int x, int y) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.components.spectator
Methods in net.minecraft.client.gui.components.spectator with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidSpectatorGui.extractAction(GuiGraphicsExtractor graphics) voidSpectatorGui.extractHotbar(GuiGraphicsExtractor graphics) protected voidSpectatorGui.extractPage(GuiGraphicsExtractor graphics, float alpha, int screenCenter, int y, SpectatorPage page) private voidSpectatorGui.extractSlot(GuiGraphicsExtractor graphics, int slot, int x, float y, float alpha, SpectatorMenuItem item) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.components.tabs
Methods in net.minecraft.client.gui.components.tabs with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidTabNavigationBar.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidAdvancementToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidNowPlayingToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidRecipeToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidSystemToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidToastManager.extractRenderState(GuiGraphicsExtractor graphics) voidToastManager.ToastInstance.extractRenderState(GuiGraphicsExtractor graphics, int screenWidth) voidTutorialToast.extractRenderState(GuiGraphicsExtractor graphics, Font font, long fullyVisibleForMs) voidTutorialToast.Icons.extractRenderState(GuiGraphicsExtractor graphics, int x, int y) static voidNowPlayingToast.extractToast(GuiGraphicsExtractor graphics, Font font) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.contextualbar
Methods in net.minecraft.client.gui.contextualbar with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidContextualBarRenderer.extractBackground(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidExperienceBarRenderer.extractBackground(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidJumpableVehicleBarRenderer.extractBackground(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidLocatorBarRenderer.extractBackground(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) static voidContextualBarRenderer.extractExperienceLevel(GuiGraphicsExtractor graphics, Font font, int experienceLevel) voidContextualBarRenderer.extractRenderState(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidExperienceBarRenderer.extractRenderState(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidJumpableVehicleBarRenderer.extractRenderState(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) voidLocatorBarRenderer.extractRenderState(GuiGraphicsExtractor graphics, DeltaTracker deltaTracker) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprivate voidCreateFlatWorldScreen.DetailsList.LayerEntry.blitSlot(GuiGraphicsExtractor graphics, int x, int y, ItemStack itemStack) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlot(GuiGraphicsExtractor graphics, int x, int y, Item item) private voidCreateFlatWorldScreen.DetailsList.LayerEntry.blitSlotBg(GuiGraphicsExtractor graphics, int x, int y) private voidPresetFlatWorldScreen.PresetsList.Entry.blitSlotBg(GuiGraphicsExtractor graphics, int x, int y) private voidLevelLoadingScreen.drawProgressBar(GuiGraphicsExtractor graphics, int left, int top, int width, int height, float progress) voidChatScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDeathScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDeathScreen.TitleConfirmScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidErrorScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidGenericMessageScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLevelLoadingScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPauseScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidTitleScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidWinScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidScreen.extractBlurredBackground(GuiGraphicsExtractor graphics) static voidLevelLoadingScreen.extractChunksForRendering(GuiGraphicsExtractor graphics, int xCenter, int yCenter, int size, int margin, ChunkLoadStatusView statusView) voidCreateBuffetWorldScreen.BiomeList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidCreateFlatWorldScreen.DetailsList.HeaderEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidCreateFlatWorldScreen.DetailsList.LayerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidPresetFlatWorldScreen.PresetsList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) private static voidDeathScreen.extractDeathBackground(GuiGraphicsExtractor graphics, int width, int height) protected voidScreen.extractMenuBackground(GuiGraphicsExtractor graphics) protected voidScreen.extractMenuBackground(GuiGraphicsExtractor graphics, int x, int y, int width, int height) protected voidWinScreen.extractMenuBackground(GuiGraphicsExtractor graphics, int x, int y, int width, int height) static voidScreen.extractMenuBackgroundTexture(GuiGraphicsExtractor graphics, Identifier menuBackground, int x, int y, float u, float v, int width, int height) protected voidScreen.extractPanorama(GuiGraphicsExtractor graphics, float a) private voidLoadingOverlay.extractProgressBar(GuiGraphicsExtractor graphics, int x0, int y0, int x1, int y1, float fade) voidAccessibilityOnboardingScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAlertScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBackupConfirmScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidChatScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidConnectScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDatapackLoadFailureScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDeathScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDirectJoinServerScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidErrorScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidGenericWaitingScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLevelLoadingScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLoadingOverlay.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidManageServerScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPauseScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPresetFlatWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidProgressScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidShareToLanScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidTitleScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidWinScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) final voidScreen.extractRenderStateWithTooltipAndSubtitles(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidScreen.extractTransparentBackground(GuiGraphicsExtractor graphics) private voidWinScreen.extractVignette(GuiGraphicsExtractor graphics) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.achievement
Methods in net.minecraft.client.gui.screens.achievement with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidStatsScreen.GeneralStatisticsList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidStatsScreen.ItemStatisticsList.HeaderEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidStatsScreen.ItemStatisticsList.ItemRow.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidStatsScreen.MobsStatisticsList.MobRow.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidStatsScreen.ItemStatisticsList.HeaderEntry.StatSortButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidStatsScreen.GeneralStatisticsList.extractListBackground(GuiGraphicsExtractor graphics) protected voidStatsScreen.ItemStatisticsList.extractListBackground(GuiGraphicsExtractor graphics) protected voidStatsScreen.MobsStatisticsList.extractListBackground(GuiGraphicsExtractor graphics) protected voidStatsScreen.GeneralStatisticsList.extractListSeparators(GuiGraphicsExtractor graphics) protected voidStatsScreen.ItemStatisticsList.extractListSeparators(GuiGraphicsExtractor graphics) protected voidStatsScreen.MobsStatisticsList.extractListSeparators(GuiGraphicsExtractor graphics) protected voidStatsScreen.extractMenuBackground(GuiGraphicsExtractor graphics) voidStatsScreen.extractRenderState(GuiGraphicsExtractor graphics, int xm, int ym, float a) protected voidStatsScreen.ItemStatisticsList.ItemRow.extractStat(GuiGraphicsExtractor graphics, @Nullable Stat<?> stat, int x, int y, boolean shaded) protected voidStatsScreen.ItemStatisticsList.ItemRow.ItemRowWidget.extractTooltip(GuiGraphicsExtractor graphics, int x, int y) protected voidStatsScreen.ItemStatisticsList.ItemRow.ItemRowWidget.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidAdvancementWidget.extractConnectivity(GuiGraphicsExtractor graphics, int xo, int yo, boolean background) voidAdvancementTab.extractContents(GuiGraphicsExtractor graphics, int windowLeft, int windowTop) voidAdvancementWidget.extractHover(GuiGraphicsExtractor graphics, int xo, int yo, float fade, int screenxo, int screenyo) voidAdvancementTab.extractIcon(GuiGraphicsExtractor graphics, int xo, int yo) voidAdvancementTabType.extractIcon(GuiGraphicsExtractor graphics, int xo, int yo, int index, ItemStack icon) private voidAdvancementsScreen.extractInside(GuiGraphicsExtractor graphics, int xo, int yo) private voidAdvancementWidget.extractMultilineText(GuiGraphicsExtractor graphics, List<FormattedCharSequence> lines, int x, int y, int color) voidAdvancementsScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAdvancementTabType.extractRenderState(GuiGraphicsExtractor graphics, int tabX, int tabY, boolean selected, int index) voidAdvancementWidget.extractRenderState(GuiGraphicsExtractor graphics, int xo, int yo) voidAdvancementTab.extractTab(GuiGraphicsExtractor graphics, int xo, int yo, int mouseX, int mouseY, boolean selected) private voidAdvancementsScreen.extractTooltips(GuiGraphicsExtractor graphics, int mouseX, int mouseY, int xo, int yo) voidAdvancementTab.extractTooltips(GuiGraphicsExtractor graphics, int mouseX, int mouseY, int xo, int yo) voidAdvancementsScreen.extractWindow(GuiGraphicsExtractor graphics, int xo, int yo, int mouseX, int mouseY) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidGameModeSwitcherScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDebugOptionsScreen.extractBlurredBackground(GuiGraphicsExtractor graphics) voidDebugOptionsScreen.CategoryEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidDebugOptionsScreen.OptionEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) private voidGameModeSwitcherScreen.GameModeIcon.extractIcon(GuiGraphicsExtractor graphics, int x, int y) voidGameModeSwitcherScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidGameModeSwitcherScreen.GameModeSlot.extractSelection(GuiGraphicsExtractor graphics) private voidGameModeSwitcherScreen.GameModeSlot.extractSlot(GuiGraphicsExtractor graphics) voidDebugOptionsScreen.OptionList.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidGameModeSwitcherScreen.GameModeSlot.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected booleanCreativeModeInventoryScreen.checkTabHovering(GuiGraphicsExtractor graphics, CreativeModeTab tab, int xm, int ym) private voidMerchantScreen.extractAndDecorateCostA(GuiGraphicsExtractor graphics, ItemStack costA, ItemStack baseCostA, int sellItem1X, int decorHeight) voidAbstractFurnaceScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractMountInventoryScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAnvilScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBeaconScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookEditScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookSignScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookViewScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBrewingStandScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCartographyTableScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidContainerScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCrafterScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCraftingScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCreativeModeInventoryScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidDispenserScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private intEffectsInInventory.extractBackground(GuiGraphicsExtractor graphics, Font font, Component effectName, Component duration, int x0, int y0, boolean isAmbient, int maxTextureWidth) voidEnchantmentScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidGrindstoneScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidHopperScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidInventoryScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidItemCombinerScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLoomScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidMerchantScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidShulkerBoxScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidSmithingScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidStonecutterScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidLoomScreen.extractBannerOnButton(GuiGraphicsExtractor graphics, int posX, int posY, TextureAtlasSprite bannerPatternSprite) private voidEnchantmentScreen.extractBook(GuiGraphicsExtractor graphics, int left, int top) private voidMerchantScreen.extractButtonArrows(GuiGraphicsExtractor graphics, MerchantOffer offer, int xo, int decorHeight) private voidStonecutterScreen.extractButtons(GuiGraphicsExtractor graphics, int xm, int ym, int x, int y, int endIndex) voidAbstractContainerScreen.extractCarriedItem(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidAbstractContainerScreen.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBeaconScreen.BeaconScreenButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidMerchantScreen.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPageButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidCrafterScreen.extractDisabledSlot(GuiGraphicsExtractor graphics, CrafterSlot cs) private voidEffectsInInventory.extractEffects(GuiGraphicsExtractor graphics, Collection<MobEffectInstance> activeEffects, int x0, int yStep, int mouseX, int mouseY, int maxWidth) static voidInventoryScreen.extractEntityInInventoryFollowsMouse(GuiGraphicsExtractor graphics, int x0, int y0, int x1, int y1, int size, float offsetY, float mouseX, float mouseY, LivingEntity entity) protected voidAnvilScreen.extractErrorIcon(GuiGraphicsExtractor graphics, int xo, int yo) protected abstract voidItemCombinerScreen.extractErrorIcon(GuiGraphicsExtractor graphics, int xo, int yo) protected voidSmithingScreen.extractErrorIcon(GuiGraphicsExtractor graphics, int xo, int yo) private voidAbstractContainerScreen.extractFloatingItem(GuiGraphicsExtractor graphics, ItemStack carried, int x, int y, @Nullable String itemCount) protected voidBeaconScreen.BeaconPowerButton.extractIcon(GuiGraphicsExtractor graphics) protected abstract voidBeaconScreen.BeaconScreenButton.extractIcon(GuiGraphicsExtractor graphics) protected voidBeaconScreen.BeaconSpriteScreenButton.extractIcon(GuiGraphicsExtractor graphics) private voidCyclingSlotBackground.extractIcon(Slot slot, Identifier iconIdentifier, float alphaProgress, GuiGraphicsExtractor graphics, int left, int top) protected voidAbstractContainerScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) protected voidAnvilScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) protected voidBeaconScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) protected voidCreativeModeInventoryScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) protected voidInventoryScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) protected voidMerchantScreen.extractLabels(GuiGraphicsExtractor graphics, int xm, int ym) private voidCartographyTableScreen.extractMap(GuiGraphicsExtractor graphics, @Nullable MapId id, @Nullable MapItemSavedData data, int x, int y, float scale) private voidSmithingScreen.extractOnboardingTooltips(GuiGraphicsExtractor graphics, int mouseX, int mouseY) private voidMerchantScreen.extractProgressBar(GuiGraphicsExtractor graphics, int xo, int yo, MerchantOffer offer) private voidStonecutterScreen.extractRecipes(GuiGraphicsExtractor graphics, int x, int y, int endIndex) private voidCrafterScreen.extractRedstone(GuiGraphicsExtractor graphics) voidAbstractCommandBlockEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractContainerScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractMountInventoryScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractRecipeBookScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidAbstractSignEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookSignScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidBookViewScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCrafterScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCreativeModeInventoryScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidCyclingSlotBackground.extractRenderState(AbstractContainerMenu menu, GuiGraphicsExtractor graphics, float a, int left, int top) voidEffectsInInventory.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidEnchantmentScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float ignored) voidInventoryScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidJigsawBlockEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidSmithingScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidStructureBlockEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidTestBlockEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidTestInstanceBlockEditScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidCartographyTableScreen.extractResultingMap(GuiGraphicsExtractor graphics, @Nullable MapId id, @Nullable MapItemSavedData data, boolean isDuplication, boolean isScaling, boolean isLocking, boolean locked) private voidMerchantScreen.extractScroller(GuiGraphicsExtractor graphics, int xo, int yo, int mouseX, int mouseY, MerchantOffers offers) private voidAbstractSignEditScreen.extractSign(GuiGraphicsExtractor graphics) protected abstract voidAbstractSignEditScreen.extractSignBackground(GuiGraphicsExtractor graphics) protected voidHangingSignEditScreen.extractSignBackground(GuiGraphicsExtractor graphics) protected voidSignEditScreen.extractSignBackground(GuiGraphicsExtractor graphics) private voidAbstractSignEditScreen.extractSignText(GuiGraphicsExtractor graphics, org.joml.Vector2f cursorPosOutput) protected voidAbstractContainerScreen.extractSlot(GuiGraphicsExtractor graphics, Slot slot, int mouseX, int mouseY) protected voidAbstractMountInventoryScreen.extractSlot(GuiGraphicsExtractor graphics, int x, int y) voidCrafterScreen.extractSlot(GuiGraphicsExtractor graphics, Slot slot, int mouseX, int mouseY) private voidAbstractContainerScreen.extractSlotHighlightBack(GuiGraphicsExtractor graphics) private voidAbstractContainerScreen.extractSlotHighlightFront(GuiGraphicsExtractor graphics) protected voidAbstractContainerScreen.extractSlots(GuiGraphicsExtractor graphics, int mouseX, int mouseY) protected voidAbstractRecipeBookScreen.extractSlots(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidAbstractContainerScreen.extractSnapbackItem(GuiGraphicsExtractor graphics) protected voidCreativeModeInventoryScreen.extractTabButton(GuiGraphicsExtractor graphics, int mouseX, int mouseY, CreativeModeTab tab) private voidEffectsInInventory.extractText(GuiGraphicsExtractor graphics, Component effectText, Component duration, Font font, int x0, int y0, int textureWidth, int yStep, int mouseX, int mouseY) protected voidAbstractContainerScreen.extractTooltip(GuiGraphicsExtractor graphics, int mouseX, int mouseY) protected voidStonecutterScreen.extractTooltip(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidMerchantScreen.TradeOfferButton.extractToolTip(GuiGraphicsExtractor graphics, int xm, int ym) static voidInventoryScreen.renderEntityInInventoryFollowsAngle(GuiGraphicsExtractor graphics, int x0, int y0, int x1, int y1, int size, float offsetY, float xAngle, float yAngle, LivingEntity entity) protected voidAbstractContainerScreen.renderSlotContents(GuiGraphicsExtractor graphics, ItemStack itemStack, Slot slot, @Nullable String itemCount) private voidEffectsInInventory.renderText(GuiGraphicsExtractor graphics, Component effectText, Component duration, Font font, int x0, int y0, int textureWidth, int yStep, int mouseX, int mouseY, @Nullable MobEffectInstance effectInstance) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.inventory.tooltip
Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprivate voidClientBundleTooltip.extractBundleWithItemsTooltip(Font font, int x, int y, int w, int h, GuiGraphicsExtractor graphics, org.apache.commons.lang3.math.Fraction weight) private static voidClientBundleTooltip.extractCount(int drawX, int drawY, int hiddenItemCount, Font font, GuiGraphicsExtractor graphics) private static voidClientBundleTooltip.extractEmptyBundleDescriptionText(int x, int y, Font font, GuiGraphicsExtractor graphics) private static voidClientBundleTooltip.extractEmptyBundleTooltip(Font font, int x, int y, int w, int h, GuiGraphicsExtractor graphics) voidClientActivePlayersTooltip.extractImage(Font font, int x, int y, int w, int h, GuiGraphicsExtractor graphics) voidClientBundleTooltip.extractImage(Font font, int x, int y, int w, int h, GuiGraphicsExtractor graphics) default voidClientTooltipComponent.extractImage(Font font, int x, int y, int w, int h, GuiGraphicsExtractor graphics) private static voidClientBundleTooltip.extractProgressbar(int x, int y, Font font, GuiGraphicsExtractor graphics, org.apache.commons.lang3.math.Fraction weight) private voidClientBundleTooltip.extractSelectedItemTooltip(Font font, GuiGraphicsExtractor graphics, int x, int y, int w) private voidClientBundleTooltip.extractSlot(int slotNumber, int drawX, int drawY, List<ItemStackTemplate> shownItems, int slotIndex, Font font, GuiGraphicsExtractor graphics) voidClientTextTooltip.extractText(GuiGraphicsExtractor graphics, Font font, int x, int y) default voidClientTooltipComponent.extractText(GuiGraphicsExtractor graphics, Font font, int x, int y) static voidTooltipRenderUtil.extractTooltipBackground(GuiGraphicsExtractor graphics, int x, int y, int w, int h, @Nullable Identifier style) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.multiplayer
Methods in net.minecraft.client.gui.screens.multiplayer with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidServerSelectionList.LANHeader.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidServerSelectionList.NetworkServerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidServerSelectionList.OnlineServerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected voidServerSelectionList.OnlineServerEntry.extractIcon(GuiGraphicsExtractor graphics, int rowLeft, int rowTop, Identifier location) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.options
Methods in net.minecraft.client.gui.screens.options with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidLanguageSelectScreen.LanguageSelectionList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidUnsupportedGraphicsWarningScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.options.controls
Methods in net.minecraft.client.gui.screens.options.controls with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidKeyBindsList.CategoryEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidKeyBindsList.KeyEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidKeyBindsScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.packs
Methods in net.minecraft.client.gui.screens.packs with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidTransferableSelectionList.HeaderEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidTransferableSelectionList.PackEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.recipebook
Methods in net.minecraft.client.gui.screens.recipebook with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidRecipeBookTabButton.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRecipeBookComponent.extractGhostRecipe(GuiGraphicsExtractor graphics, boolean isResultSlotBig) private voidRecipeBookTabButton.extractIcon(GuiGraphicsExtractor graphics) voidGhostSlots.extractRenderState(GuiGraphicsExtractor graphics, Minecraft minecraft, boolean isResultSlotBig) voidOverlayRecipeComponent.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRecipeBookComponent.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRecipeBookPage.extractRenderState(GuiGraphicsExtractor graphics, int xo, int yo, int mouseX, int mouseY, float a) voidGhostSlots.extractTooltip(GuiGraphicsExtractor graphics, Minecraft minecraft, int mouseX, int mouseY, @Nullable Slot hoveredSlot) voidRecipeBookComponent.extractTooltip(GuiGraphicsExtractor graphics, int mouseX, int mouseY, @Nullable Slot hoveredSlot) voidRecipeBookPage.extractTooltip(GuiGraphicsExtractor graphics, int mouseX, int mouseY) voidOverlayRecipeComponent.OverlayRecipeButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidRecipeButton.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) protected voidRecipeBookTabButton.handleCursor(GuiGraphicsExtractor graphics) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.reporting
Methods in net.minecraft.client.gui.screens.reporting with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidChatSelectionScreen.ChatSelectionList.DividerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidChatSelectionScreen.ChatSelectionList.MessageEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidChatSelectionScreen.ChatSelectionList.PaddingEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidReportReasonSelectionScreen.ReasonSelectionList.Entry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected voidChatSelectionScreen.ChatSelectionList.extractItem(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a, ChatSelectionScreen.ChatSelectionList.Entry entry) voidChatSelectionScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidReportReasonSelectionScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.extractSelectedCheckmark(GuiGraphicsExtractor graphics, int rowTop, int rowLeft, int rowHeight) private voidChatSelectionScreen.ChatSelectionList.MessageEntry.extractTag(GuiGraphicsExtractor graphics, int iconLeft, int rowTop, int rowHeight, int mouseX, int mouseY) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidSocialInteractionsPlayerList.enableScissor(GuiGraphicsExtractor graphics) voidSocialInteractionsScreen.extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidPlayerEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected voidSocialInteractionsPlayerList.extractListBackground(GuiGraphicsExtractor graphics) protected voidSocialInteractionsPlayerList.extractListSeparators(GuiGraphicsExtractor graphics) voidSocialInteractionsScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.telemetry
Methods in net.minecraft.client.gui.screens.telemetry with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidTelemetryEventWidget.extractContents(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidAbstractGameRulesScreen.BooleanRuleEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidAbstractGameRulesScreen.CategoryRuleEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidAbstractGameRulesScreen.IntegerRuleEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidWorldSelectionList.LoadingHeader.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidWorldSelectionList.NoWorldsEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) voidWorldSelectionList.WorldListEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) private voidFileFixerProgressScreen.extractFileFixerCount(GuiGraphicsExtractor graphics, int xCenter, int y, int current, int total) private voidFileFixerProgressScreen.extractFileStats(GuiGraphicsExtractor graphics, int xCenter, int yStart, int converted, int total) protected voidAbstractGameRulesScreen.GameRuleEntry.extractLabel(GuiGraphicsExtractor graphics, int rowTop, int rowLeft) protected voidCreateWorldScreen.extractMenuBackground(GuiGraphicsExtractor graphics) private voidFileFixerProgressScreen.extractProgress(GuiGraphicsExtractor graphics, int xCenter, int textTop) private voidFileFixerProgressScreen.extractProgressBar(GuiGraphicsExtractor graphics, int xCenter, int y, float progress) voidCreateWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidEditWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidFileFixerProgressScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float partialTick) voidOptimizeWorldScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidFileFixerProgressScreen.extractScanning(GuiGraphicsExtractor graphics, int xCenter, int textTop) private voidFileFixerProgressScreen.extractTitle(GuiGraphicsExtractor graphics, int xCenter, int yTop) private voidFileFixerProgressScreen.extractTypeProgress(GuiGraphicsExtractor graphics, int xCenter, int y, float progress) private voidFileFixerProgressScreen.extractTypeText(GuiGraphicsExtractor graphics, int xCenter, int y) voidAbstractGameRulesScreen.RuleList.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidWorldSelectionList.extractWidgetRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) private voidWorldSelectionList.WorldListEntry.renderExperimentalWarning(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.spectator
Methods in net.minecraft.client.gui.spectator with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidPlayerMenuItem.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) voidSpectatorMenu.CloseSpectatorItem.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) voidSpectatorMenu.ScrollMenuItem.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) voidSpectatorMenuItem.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) -
Uses of GuiGraphicsExtractor in net.minecraft.client.gui.spectator.categories
Methods in net.minecraft.client.gui.spectator.categories with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidTeleportToPlayerMenuCategory.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) voidTeleportToTeamMenuCategory.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) voidTeleportToTeamMenuCategory.TeamSelectionItem.extractIcon(GuiGraphicsExtractor graphics, float brightness, float alpha) -
Uses of GuiGraphicsExtractor in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidGuiMessageTag.Icon.extractRenderState(GuiGraphicsExtractor graphics, int x, int y) -
Uses of GuiGraphicsExtractor in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidPanorama.extractRenderState(GuiGraphicsExtractor graphics, int width, int height, boolean shouldSpin) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionstatic voidClientHooks.drawScreen(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) private static voidClientHooks.drawScreenInternal(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) ClientHooks.onCustomizeBossEventProgress(GuiGraphicsExtractor guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) static RenderTooltipEvent.PreClientHooks.onRenderTooltipPre(ItemStack stack, GuiGraphicsExtractor graphics, int x, int y, int screenWidth, int screenHeight, List<ClientTooltipComponent> components, Font fallbackFont, ClientTooltipPositioner positioner) static RenderTooltipEvent.TextureClientHooks.onRenderTooltipTexture(ItemStack stack, GuiGraphicsExtractor graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable Identifier texture) booleanIItemDecorator.render(GuiGraphicsExtractor guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) Is called after GuiGraphicsExtractor.itemDecorations(Font, ItemStack, int, int, String) is done rendering.voidItemDecoratorHandler.render(GuiGraphicsExtractor guiGraphics, Font font, ItemStack stack, int xOffset, int yOffset) static voidClientHooks.renderMainMenu(TitleScreen gui, GuiGraphicsExtractor guiGraphics, Font font, int width, int height, int alpha) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as GuiGraphicsExtractorModifier and TypeFieldDescriptionprotected final GuiGraphicsExtractorRenderTooltipEvent.graphicsprivate final GuiGraphicsExtractorContainerScreenEvent.Render.guiGraphicsprivate final GuiGraphicsExtractorCustomizeGuiOverlayEvent.guiGraphicsprivate final GuiGraphicsExtractorRenderGuiEvent.guiGraphicsprivate final GuiGraphicsExtractorRenderGuiLayerEvent.guiGraphicsprivate final GuiGraphicsExtractorScreenEvent.Render.guiGraphicsMethods in net.neoforged.neoforge.client.event that return GuiGraphicsExtractorModifier 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 GuiGraphicsExtractorModifierConstructorDescriptionBackground(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) BossEventProgress(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) Foreground(AbstractContainerScreen<?> guiContainer, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY) Post(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) Post(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) Post(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) Pre(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) Pre(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) Pre(ItemStack stack, GuiGraphicsExtractor graphics, int x, int y, int screenWidth, int screenHeight, Font font, List<ClientTooltipComponent> components, ClientTooltipPositioner positioner) Pre(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) protectedRender(AbstractContainerScreen<?> guiContainer, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY) protectedRender(Screen screen, GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) protectedRenderGuiEvent(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) protectedRenderGuiLayerEvent(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) protectedRenderTooltipEvent(ItemStack itemStack, GuiGraphicsExtractor graphics, int x, int y, Font font, List<ClientTooltipComponent> components) Texture(ItemStack stack, GuiGraphicsExtractor graphics, int x, int y, Font font, List<ClientTooltipComponent> components, @Nullable Identifier texture) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return GuiGraphicsExtractorModifier and TypeMethodDescriptionprivate GuiGraphicsExtractorGuiGraphicsExtractorExtension.self() -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptiondefault voidIClientItemExtensions.renderFirstPersonOverlay(ItemStack stack, EquipmentSlot equipmentSlot, Player player, GuiGraphicsExtractor guiGraphics, DeltaTracker deltaTracker) Called to render an overlay on the first-person camera.default booleanIClientMobEffectExtensions.renderGuiIcon(MobEffectInstance instance, Gui gui, GuiGraphicsExtractor 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, GuiGraphicsExtractor 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, GuiGraphicsExtractor guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory. -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.gamerules
Methods in net.neoforged.neoforge.client.gamerules with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidGenericGameRuleEntry.extractContent(GuiGraphicsExtractor graphics, int mouseX, int mouseY, boolean hovered, float a) protected voidGameRuleEntry.renderLabel(GuiGraphicsExtractor graphics, int rowTop, int rowLeft) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprivate voidLoadingErrorScreen.drawMultiLineCenteredString(GuiGraphicsExtractor guiGraphics, Font fr, Component str, int x, int y) protected voidModListScreen.InfoPanel.drawPanel(GuiGraphicsExtractor guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) protected voidModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel(GuiGraphicsExtractor guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) voidLoadingErrorScreen.LoadingEntryList.LoadingMessageEntry.extractContent(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick) voidConfigurationScreen.ConfigurationListScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidConfigurationScreen.ConfigurationSectionScreen.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a) voidLoadingErrorScreen.extractRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) voidModListScreen.extractRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) voidModMismatchDisconnectedScreen.extractRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTicks) voidModMismatchDisconnectedScreen.MismatchInfoPanel.extractRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTicks) protected voidConfigurationScreen.ConfigurationListScreen.ListLabelWidget.extractWidgetRenderState(GuiGraphicsExtractor pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidGuiLayer.render(GuiGraphicsExtractor guiGraphics, DeltaTracker deltaTracker) voidGuiLayerManager.render(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) private voidGuiLayerManager.renderInner(GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type GuiGraphicsExtractorModifier and TypeMethodDescriptionGuiLayerManager.add(Identifier name, Consumer<GuiGraphicsExtractor> layer, BooleanSupplier shouldRender) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionprotected voidScrollPanel.drawBackground(GuiGraphicsExtractor guiGraphics, float partialTick) Draws the background of the scroll panel.protected voidScrollPanel.drawGradientRect(GuiGraphicsExtractor guiGraphics, int left, int top, int right, int bottom, int color1, int color2) protected abstract voidScrollPanel.drawPanel(GuiGraphicsExtractor guiGraphics, int entryRight, int relativeY, int mouseX, int mouseY) Draw anything special on the screen.voidModListWidget.ModEntry.extractContent(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTick) voidExtendedButton.extractContents(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) Draws this button to the screen.protected voidModsButton.extractContents(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) voidUnicodeGlyphButton.extractContents(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) voidScrollPanel.extractRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) voidExtendedSlider.extractWidgetRenderState(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float partialTick) -
Uses of GuiGraphicsExtractor in net.neoforged.neoforge.client.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type GuiGraphicsExtractorModifier and TypeMethodDescriptionvoidNeoForgeLoadingOverlay.extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float partialTick)