Uses of Class
net.minecraft.client.gui.DrawContext
Packages that use DrawContext
Package
Description
-
Uses of DrawContext in net.minecraft.client
Methods in net.minecraft.client with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidMinecraftClient.drawProfilerResults(DrawContext context, ProfileResult profileResult) -
Uses of DrawContext in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type DrawContextModifier and TypeMethodDescriptionintMultilineText.draw(DrawContext context, int x, int y, int lineHeight, int color) intMultilineText.drawCenterWithShadow(DrawContext context, int x, int y) intMultilineText.drawCenterWithShadow(DrawContext context, int x, int y, int lineHeight, int color) intMultilineText.drawWithShadow(DrawContext context, int x, int y, int lineHeight, int color) voidMultilineText.fillBackground(DrawContext context, int centerX, int centerY, int lineHeight, int padding, int color) -
Uses of DrawContext in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type DrawContextModifier and TypeMethodDescriptionvoidLogoDrawer.draw(DrawContext context, int screenWidth, float alpha) voidLogoDrawer.draw(DrawContext context, int screenWidth, float alpha, int y) static voidPlayerSkinDrawer.draw(DrawContext context, SkinTextures textures, int x, int y, int size) static voidPlayerSkinDrawer.draw(DrawContext context, Identifier texture, int x, int y, int size) Draws the player's head (including the hat) on GUI.static voidPlayerSkinDrawer.draw(DrawContext context, Identifier texture, int x, int y, int size, boolean hatVisible, boolean upsideDown) Draws the player's head on GUI.private static voidPlayerSkinDrawer.drawHat(DrawContext context, Identifier texture, int x, int y, int size, boolean upsideDown) voidDrawable.render(DrawContext context, int mouseX, int mouseY, float delta) -
Uses of DrawContext in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type DrawContextModifier and TypeMethodDescriptionvoidMessageIndicator.Icon.draw(DrawContext context, int x, int y) private voidInGameHud.drawHeart(DrawContext context, InGameHud.HeartType type, int x, int y, boolean hardcore, boolean blinking, boolean half) private voidChatHud.drawIndicatorIcon(DrawContext context, int x, int y, MessageIndicator.Icon icon) protected voidDebugHud.drawLeftText(DrawContext context) private voidDebugHud.drawMetricsData(DrawContext context, MetricsData metricsData, int x, int width, boolean showFps) protected voidDebugHud.drawRightText(DrawContext context) private voidDebugHud.drawText(DrawContext context, List<String> text, boolean left) private voidInGameHud.drawTextBackground(DrawContext context, TextRenderer textRenderer, int yOffset, int width, int color) voidBossBarHud.render(DrawContext context) voidChatHud.render(DrawContext context, int currentTick, int mouseX, int mouseY) voidDebugHud.render(DrawContext context) voidInGameHud.render(DrawContext context, float tickDelta) voidPlayerListHud.render(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) voidSpectatorHud.render(DrawContext context) voidSubtitlesHud.render(DrawContext context) private voidInGameHud.renderAutosaveIndicator(DrawContext context) private voidBossBarHud.renderBossBar(DrawContext context, int x, int y, BossBar bossBar) private voidBossBarHud.renderBossBar(DrawContext context, int x, int y, BossBar bossBar, int width, Identifier[] textures, Identifier[] notchedTextures) private voidInGameHud.renderCrosshair(DrawContext context) voidInGameHud.renderDemoTimer(DrawContext context) voidInGameHud.renderExperienceBar(DrawContext context, int x) private voidInGameHud.renderHealthBar(DrawContext context, PlayerEntity player, int x, int y, int lines, int regeneratingHeartIndex, float maxHealth, int lastHealth, int health, int absorption, boolean blinking) private voidPlayerListHud.renderHearts(int y, int left, int right, UUID uuid, DrawContext context, int score) voidInGameHud.renderHeldItemTooltip(DrawContext context) private voidInGameHud.renderHotbar(float tickDelta, DrawContext context) private voidInGameHud.renderHotbarItem(DrawContext context, int x, int y, float tickDelta, PlayerEntity player, ItemStack stack, int seed) protected voidPlayerListHud.renderLatencyIcon(DrawContext context, int width, int x, int y, PlayerListEntry entry) private voidInGameHud.renderMountHealth(DrawContext context) voidInGameHud.renderMountJumpBar(JumpingMount mount, DrawContext context, int x) private voidInGameHud.renderOverlay(DrawContext context, Identifier texture, float opacity) private voidInGameHud.renderPortalOverlay(DrawContext context, float nauseaStrength) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int y, String player, int left, int right, UUID uuid, DrawContext context) private voidInGameHud.renderScoreboardSidebar(DrawContext context, ScoreboardObjective objective) private voidSpectatorHud.renderSpectatorCommand(DrawContext context, int slot, int x, float y, float height, SpectatorMenuCommand command) voidSpectatorHud.renderSpectatorMenu(DrawContext context) protected voidSpectatorHud.renderSpectatorMenu(DrawContext context, float height, int x, int y, SpectatorMenuState state) private voidInGameHud.renderSpyglassOverlay(DrawContext context, float scale) private voidInGameHud.renderStatusBars(DrawContext context) Renders the armor, health, air, and hunger bars.protected voidInGameHud.renderStatusEffectOverlay(DrawContext context) private voidInGameHud.renderVignetteOverlay(DrawContext context, Entity entity) -
Uses of DrawContext in net.minecraft.client.gui.hud.spectator
Methods in net.minecraft.client.gui.hud.spectator with parameters of type DrawContextModifier and TypeMethodDescriptionvoidSpectatorMenu.ChangePageSpectatorMenuCommand.renderIcon(DrawContext context, float brightness, int alpha) voidSpectatorMenu.CloseSpectatorMenuCommand.renderIcon(DrawContext context, float brightness, int alpha) voidSpectatorMenuCommand.renderIcon(DrawContext context, float brightness, int alpha) voidTeamTeleportSpectatorMenu.renderIcon(DrawContext context, float brightness, int alpha) voidTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.renderIcon(DrawContext context, float brightness, int alpha) voidTeleportSpectatorMenu.renderIcon(DrawContext context, float brightness, int alpha) voidTeleportToSpecificPlayerSpectatorCommand.renderIcon(DrawContext context, float brightness, int alpha) -
Uses of DrawContext in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidGameModeSelectionScreen.ButtonWidget.drawBackground(DrawContext context) static voidLevelLoadingScreen.drawChunkMap(DrawContext context, WorldGenerationProgressTracker progressProvider, int centerX, int centerY, int pixelSize, int pixelMargin) private voidPresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.drawIconBackground(DrawContext context, int x, int y) private voidGameModeSelectionScreen.ButtonWidget.drawSelectionBox(DrawContext context) protected voidWarningScreen.drawTitle(DrawContext context) voidAccessibilityOnboardingScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAddServerScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBackupPromptScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidChatInputSuggestor.render(DrawContext context, int mouseX, int mouseY) voidChatInputSuggestor.SuggestionWindow.render(DrawContext context, int mouseX, int mouseY) voidChatScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidConfirmLinkScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidConfirmScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidConnectScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCreditsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidCustomizeBuffetLevelScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCustomizeFlatLevelScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidDatapackFailureScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDeathScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDemoScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDialogScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDirectConnectScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDownloadingTerrainScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidFatalErrorScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidGameMenuScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidGameModeSelectionScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidLevelLoadingScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidMessageScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidNoticeScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidOpenToLanScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidOutOfMemoryScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidPresetsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidPresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidProgressScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSleepingChatScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSplashOverlay.render(DrawContext context, int mouseX, int mouseY, float delta) voidSplashTextRenderer.render(DrawContext context, int screenWidth, TextRenderer textRenderer, int alpha) voidStatsScreen.EntityStatsListWidget.Entry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidStatsScreen.GeneralStatsListWidget.Entry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidStatsScreen.ItemStatsListWidget.Entry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.protected voidStatsScreen.ItemStatsListWidget.Entry.render(DrawContext context, @Nullable Stat<?> stat, int x, int y, boolean white) voidStatsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidTaskScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidTitleScreen.DeprecationNotice.render(DrawContext context, int color) voidTitleScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidWarningScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAccessibilityOnboardingScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidChatScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidCreditsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidCustomizeBuffetLevelScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidDeathScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidDemoScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidDialogScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidDownloadingTerrainScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidFatalErrorScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidGameMenuScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidGameModeSelectionScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidMessageScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidSleepingChatScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidStatsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidTitleScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidScreen.renderBackgroundTexture(DrawContext context) Renders the fullscreen background texture of this screen.voidGameModeSelectionScreen.ButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected voidStatsScreen.ItemStatsListWidget.renderDecorations(DrawContext context, int mouseX, int mouseY) protected voidStatsScreen.ItemStatsListWidget.renderHeader(DrawContext context, int x, int y) private voidCustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry.renderIcon(DrawContext context, int x, int y, ItemStack iconItem) (package private) voidGameModeSelectionScreen.GameModeSelection.renderIcon(DrawContext context, int x, int y) private voidPresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.renderIcon(DrawContext context, int x, int y, Item iconItem) (package private) voidStatsScreen.renderIcon(DrawContext context, int x, int y, Identifier texture) private voidCustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry.renderIconBackgroundTexture(DrawContext context, int x, int y) voidScreen.renderInGameBackground(DrawContext context) Renders the translucent background gradient used as the in-game screen background.voidChatInputSuggestor.renderMessages(DrawContext context) private voidSplashOverlay.renderProgressBar(DrawContext drawContext, int minX, int minY, int maxX, int maxY, float opacity) (package private) voidStatsScreen.renderStatItem(DrawContext context, int x, int y, Item item) final voidScreen.renderWithTooltip(DrawContext context, int mouseX, int mouseY, float delta) booleanChatInputSuggestor.tryRenderWindow(DrawContext context, int mouseX, int mouseY) -
Uses of DrawContext in net.minecraft.client.gui.screen.advancement
Methods in net.minecraft.client.gui.screen.advancement with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidAdvancementsScreen.drawAdvancementTree(DrawContext context, int mouseX, int mouseY, int x, int y) voidAdvancementTab.drawBackground(DrawContext context, int x, int y, boolean selected) voidAdvancementTabType.drawBackground(DrawContext context, int x, int y, boolean selected, int index) voidAdvancementTab.drawIcon(DrawContext context, int x, int y) voidAdvancementTabType.drawIcon(DrawContext context, int x, int y, int index, ItemStack stack) voidAdvancementWidget.drawTooltip(DrawContext context, int originX, int originY, float alpha, int x, int y) private voidAdvancementsScreen.drawWidgetTooltip(DrawContext context, int mouseX, int mouseY, int x, int y) voidAdvancementTab.drawWidgetTooltip(DrawContext context, int mouseX, int mouseY, int x, int y) voidAdvancementsScreen.drawWindow(DrawContext context, int x, int y) voidAdvancementsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAdvancementTab.render(DrawContext context, int x, int y) voidAdvancementWidget.renderLines(DrawContext context, int x, int y, boolean border) voidAdvancementWidget.renderWidgets(DrawContext context, int x, int y) -
Uses of DrawContext in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type DrawContextModifier and TypeMethodDescriptionprotected voidAbstractFurnaceScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidAnvilScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidBeaconScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidBrewingStandScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidCartographyTableScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidCraftingScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidCreativeInventoryScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidEnchantmentScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidForgingScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidGeneric3x3ContainerScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidGenericContainerScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidGrindstoneScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected abstract voidHandledScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidHopperScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidHorseScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidInventoryScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidLoomScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidMerchantScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidShulkerBoxScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidSmithingScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voidStonecutterScreen.drawBackground(DrawContext context, float delta, int mouseX, int mouseY) private voidLoomScreen.drawBanner(DrawContext context, RegistryEntry<BannerPattern> pattern, int x, int y) private voidEnchantmentScreen.drawBook(DrawContext context, int x, int y, float delta) private voidBookEditScreen.drawCursor(DrawContext context, BookEditScreen.Position position, boolean atEnd) static voidInventoryScreen.drawEntity(DrawContext context, float float2, float float3, int size, Vector3f vector3f, Quaternionf quaternionf, @Nullable Quaternionf quaternionf2, LivingEntity entity) static voidInventoryScreen.drawEntity(DrawContext context, int x, int y, int int2, int int3, int int4, float float2, float mouseX, float mouseY, LivingEntity entity) protected voidAnvilScreen.drawForeground(DrawContext context, int mouseX, int mouseY) protected voidBeaconScreen.drawForeground(DrawContext context, int mouseX, int mouseY) protected voidCreativeInventoryScreen.drawForeground(DrawContext context, int mouseX, int mouseY) protected voidHandledScreen.drawForeground(DrawContext context, int mouseX, int mouseY) protected voidInventoryScreen.drawForeground(DrawContext context, int mouseX, int mouseY) protected voidMerchantScreen.drawForeground(DrawContext context, int mouseX, int mouseY) private voidCyclingSlotIcon.drawIcon(Slot slot, Identifier texture, float alpha, DrawContext context, int x, int y) protected voidAnvilScreen.drawInvalidRecipeArrow(DrawContext context, int x, int y) protected abstract voidForgingScreen.drawInvalidRecipeArrow(DrawContext context, int x, int y) protected voidSmithingScreen.drawInvalidRecipeArrow(DrawContext context, int x, int y) private voidHandledScreen.drawItem(DrawContext context, ItemStack stack, int x, int y, String amountText) private voidMerchantScreen.drawLevelInfo(DrawContext context, int x, int y, TradeOffer tradeOffer) private voidCartographyTableScreen.drawMap(DrawContext context, @Nullable Integer mapId, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private voidCartographyTableScreen.drawMap(DrawContext context, @Nullable Integer mapId, @Nullable MapState mapState, int x, int y, float scale) protected voidHandledScreen.drawMouseoverTooltip(DrawContext context, int x, int y) protected voidStonecutterScreen.drawMouseoverTooltip(DrawContext context, int x, int y) private voidBookEditScreen.drawSelection(DrawContext context, Rect2i[] selectionRectangles) private voidHandledScreen.drawSlot(DrawContext context, Slot slot) static voidHandledScreen.drawSlotHighlight(DrawContext context, int x, int y, int z) private voidAbstractInventoryScreen.drawStatusEffectBackgrounds(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) private voidAbstractInventoryScreen.drawStatusEffectDescriptions(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects) private voidAbstractInventoryScreen.drawStatusEffects(DrawContext context, int mouseX, int mouseY) private voidAbstractInventoryScreen.drawStatusEffectSprites(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) voidAbstractCommandBlockScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAbstractFurnaceScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAbstractInventoryScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidAbstractSignEditScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBeaconScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBookEditScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBookScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBrewingStandScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCartographyTableScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCraftingScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCreativeInventoryScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidCyclingSlotIcon.render(ScreenHandler screenHandler, DrawContext context, float delta, int x, int y) voidEnchantmentScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidForgingScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidGeneric3x3ContainerScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidGenericContainerScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidGrindstoneScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidHandledScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidHopperScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidHorseScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidInventoryScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidJigsawBlockScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidLoomScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidMerchantScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidShulkerBoxScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSmithingScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidStonecutterScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidStructureBlockScreen.render(DrawContext context, int mouseX, int mouseY, float delta) private voidMerchantScreen.renderArrow(DrawContext context, TradeOffer tradeOffer, int x, int y) voidBookEditScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidBookScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidHandledScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidBeaconScreen.BaseButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected abstract voidBeaconScreen.BaseButtonWidget.renderExtra(DrawContext context) protected voidBeaconScreen.EffectButtonWidget.renderExtra(DrawContext context) protected voidBeaconScreen.IconButtonWidget.renderExtra(DrawContext context) private voidMerchantScreen.renderFirstBuyItem(DrawContext context, ItemStack adjustedFirstBuyItem, ItemStack originalFirstBuyItem, int x, int y) voidAnvilScreen.renderForeground(DrawContext context, int mouseX, int mouseY, float delta) protected voidForgingScreen.renderForeground(DrawContext context, int mouseX, int mouseY, float delta) private voidStonecutterScreen.renderRecipeBackground(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset) private voidStonecutterScreen.renderRecipeIcons(DrawContext context, int x, int y, int scrollOffset) private voidMerchantScreen.renderScrollbar(DrawContext context, int x, int y, TradeOfferList tradeOffers) private voidAbstractSignEditScreen.renderSign(DrawContext context) protected abstract voidAbstractSignEditScreen.renderSignBackground(DrawContext context, BlockState state) protected voidHangingSignEditScreen.renderSignBackground(DrawContext context, BlockState state) protected voidSignEditScreen.renderSignBackground(DrawContext context, BlockState state) private voidAbstractSignEditScreen.renderSignText(DrawContext context) private voidSmithingScreen.renderSlotTooltip(DrawContext context, int mouseX, int mouseY) protected voidCreativeInventoryScreen.renderTabIcon(DrawContext context, ItemGroup group) protected booleanCreativeInventoryScreen.renderTabTooltipIfHovered(DrawContext context, ItemGroup group, int mouseX, int mouseY) voidMerchantScreen.WidgetButtonPage.renderTooltip(DrawContext context, int x, int y) protected voidAbstractSignEditScreen.translateForRender(DrawContext context, BlockState state) protected voidHangingSignEditScreen.translateForRender(DrawContext context, BlockState state) protected voidSignEditScreen.translateForRender(DrawContext context, BlockState state) -
Uses of DrawContext in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type DrawContextModifier and TypeMethodDescriptionprotected voidMultiplayerServerListWidget.ServerEntry.draw(DrawContext context, int x, int y, Identifier textureId) protected voidSocialInteractionsPlayerListWidget.enableScissor(DrawContext context) voidMultiplayerScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidMultiplayerServerListWidget.LanServerEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidMultiplayerServerListWidget.ScanningEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidMultiplayerServerListWidget.ServerEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidSocialInteractionsPlayerListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidSocialInteractionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSocialInteractionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen. -
Uses of DrawContext in net.minecraft.client.gui.screen.option
Methods in net.minecraft.client.gui.screen.option with parameters of type DrawContextModifier and TypeMethodDescriptionvoidControlsListWidget.CategoryEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidControlsListWidget.KeyBindingEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidControlsOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) protected voidGameOptionsScreen.render(DrawContext context, OptionListWidget optionButtons, int mouseX, int mouseY, float tickDelta) voidKeybindsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidLanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidLanguageOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidMouseOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSimpleOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSkinOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSoundOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidVideoOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidKeybindsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidLanguageOptionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidMouseOptionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidSimpleOptionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidSoundOptionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidTelemetryInfoScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidVideoOptionsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.protected voidTelemetryEventWidget.renderContents(DrawContext context, int mouseX, int mouseY, float delta) Renders the scrolled contents. -
Uses of DrawContext in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type DrawContextModifier and TypeMethodDescriptionvoidExperimentalWarningScreen.DetailsScreen.PackListWidgetEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidExperimentalWarningScreen.DetailsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidPackListWidget.ResourcePackEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidPackScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidPackScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.protected voidPackListWidget.renderHeader(DrawContext context, int x, int y) -
Uses of DrawContext in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type DrawContextModifier and TypeMethodDescriptionvoidRecipeBookGhostSlots.draw(DrawContext context, MinecraftClient client, int x, int y, boolean notInventory, float tickDelta) voidRecipeBookResults.draw(DrawContext context, int x, int y, int mouseX, int mouseY, float delta) voidRecipeBookWidget.drawGhostSlots(DrawContext context, int x, int y, boolean notInventory, float delta) private voidRecipeBookWidget.drawGhostSlotTooltip(DrawContext context, int x, int y, int mouseX, int mouseY) voidRecipeBookResults.drawTooltip(DrawContext context, int x, int y) voidRecipeBookWidget.drawTooltip(DrawContext context, int x, int y, int mouseX, int mouseY) voidRecipeAlternativesWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidRecipeBookWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidAnimatedResultButton.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidRecipeAlternativesWidget.AlternativeButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidRecipeGroupButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) private voidRecipeGroupButtonWidget.renderIcons(DrawContext context, ItemRenderer itemRenderer) -
Uses of DrawContext in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidChatSelectionScreen.SelectionListWidget.MessageEntry.drawCheckmark(DrawContext context, int y, int x, int entryHeight) protected voidChatReportScreen.DiscardWarningScreen.drawTitle(DrawContext context) voidAbuseReportReasonScreen.ReasonListWidget.ReasonEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidAbuseReportReasonScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidChatReportScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidChatSelectionScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidChatSelectionScreen.SelectionListWidget.MessageEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidChatSelectionScreen.SelectionListWidget.SenderEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidChatSelectionScreen.SelectionListWidget.SeparatorEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidChatSelectionScreen.SelectionListWidget.TextEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidAbuseReportReasonScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidChatSelectionScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.protected voidChatSelectionScreen.SelectionListWidget.renderEntry(DrawContext context, int mouseX, int mouseY, float delta, int index, int x, int y, int entryWidth, int entryHeight) private voidChatSelectionScreen.SelectionListWidget.MessageEntry.renderIndicator(DrawContext context, int x, int y, int entryHeight, int mouseX, int mouseY) -
Uses of DrawContext in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type DrawContextModifier and TypeMethodDescriptionprotected voidEditGameRulesScreen.NamedRuleWidget.drawName(DrawContext context, int x, int y) voidCreateWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidEditGameRulesScreen.BooleanRuleWidget.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidEditGameRulesScreen.IntRuleWidget.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidEditGameRulesScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidEditGameRulesScreen.RuleCategoryWidget.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidEditGameRulesScreen.RuleListWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidEditWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidOptimizeWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidSelectWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidWorldListWidget.LoadingEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidWorldListWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidWorldListWidget.WorldEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidExperimentsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidCreateWorldScreen.renderBackgroundTexture(DrawContext context) Renders the fullscreen background texture of this screen. -
Uses of DrawContext in net.minecraft.client.gui.tooltip
Methods in net.minecraft.client.gui.tooltip with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidBundleTooltipComponent.draw(DrawContext context, int x, int y, BundleTooltipComponent.Sprite sprite) voidBundleTooltipComponent.drawItems(TextRenderer textRenderer, int x, int y, DrawContext context) default voidTooltipComponent.drawItems(TextRenderer textRenderer, int x, int y, DrawContext context) private voidBundleTooltipComponent.drawSlot(int x, int y, int index, boolean shouldBlock, DrawContext context, TextRenderer textRenderer) static voidTooltipBackgroundRenderer.render(DrawContext context, int x, int y, int width, int height, int z) private static voidTooltipBackgroundRenderer.renderBorder(DrawContext context, int x, int y, int width, int height, int z, int startColor, int endColor) private static voidTooltipBackgroundRenderer.renderHorizontalLine(DrawContext context, int x, int y, int width, int z, int color) private static voidTooltipBackgroundRenderer.renderRectangle(DrawContext context, int x, int y, int width, int height, int z, int color) private static voidTooltipBackgroundRenderer.renderVerticalLine(DrawContext context, int x, int y, int height, int z, int color) private static voidTooltipBackgroundRenderer.renderVerticalLine(DrawContext context, int x, int y, int height, int z, int startColor, int endColor) -
Uses of DrawContext in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type DrawContextModifier and TypeMethodDescriptionvoidEntryListWidget.Entry.drawBorder(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) protected voidScrollableTextWidget.drawBox(DrawContext context) Draws the box that the contents are rendered over, including its borders.protected voidScrollableWidget.drawBox(DrawContext context) Draws the box that the contents are rendered over, including its borders.protected voidScrollableWidget.drawBox(DrawContext context, int x, int y, int width, int height) private voidTabButtonWidget.drawCurrentTabLine(DrawContext context, TextRenderer textRenderer, int color) voidPressableWidget.drawMessage(DrawContext context, TextRenderer textRenderer, int color) voidTabButtonWidget.drawMessage(DrawContext context, TextRenderer textRenderer, int color) voidTextIconButtonWidget.IconOnly.drawMessage(DrawContext context, TextRenderer textRenderer, int color) voidTextIconButtonWidget.WithText.drawMessage(DrawContext context, TextRenderer textRenderer, int color) protected voidClickableWidget.drawScrollableText(DrawContext context, TextRenderer textRenderer, int xMargin, int color) protected static voidClickableWidget.drawScrollableText(DrawContext context, TextRenderer textRenderer, Text text, int startX, int startY, int endX, int endY, int color) protected static voidClickableWidget.drawScrollableText(DrawContext context, TextRenderer textRenderer, Text text, int centerX, int startX, int startY, int endX, int endY, int color) private voidScrollableWidget.drawScrollbar(DrawContext context) private voidEditBoxWidget.drawSelection(DrawContext context, int left, int top, int right, int bottom) protected voidEntryListWidget.drawSelectionHighlight(DrawContext context, int y, int entryWidth, int entryHeight, int borderColor, int fillColor) private voidTextFieldWidget.drawSelectionHighlight(DrawContext context, int x1, int y1, int x2, int y2) protected voidEntryListWidget.enableScissor(DrawContext context) voidClickableWidget.render(DrawContext context, int mouseX, int mouseY, float delta) abstract voidEntryListWidget.Entry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidEntryListWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidOptionListWidget.WidgetEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidTabNavigationWidget.render(DrawContext context, int mouseX, int mouseY, float delta) voidCheckboxWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected abstract voidClickableWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidIconWidget.Simple.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected voidIconWidget.Texture.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidLockButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidMultilineTextWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidNarratedMultilineTextWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidPageTurnWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidPressableTextWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected voidPressableWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidScrollableTextWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidScrollableWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidSliderWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTabButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTextFieldWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTextIconButtonWidget.IconOnly.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTextIconButtonWidget.WithText.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTexturedButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidTextWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidToggleButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected voidEditBoxWidget.renderContents(DrawContext context, int mouseX, int mouseY, float delta) Renders the scrolled contents.protected voidScrollableTextWidget.renderContents(DrawContext context, int mouseX, int mouseY, float delta) Renders the scrolled contents.protected abstract voidScrollableWidget.renderContents(DrawContext context, int mouseX, int mouseY, float delta) Renders the scrolled contents.protected voidEntryListWidget.renderDecorations(DrawContext context, int mouseX, int mouseY) protected voidEntryListWidget.renderEntry(DrawContext context, int mouseX, int mouseY, float delta, int index, int x, int y, int entryWidth, int entryHeight) protected voidEntryListWidget.renderHeader(DrawContext context, int x, int y) protected voidEntryListWidget.renderList(DrawContext context, int mouseX, int mouseY, float delta) protected voidEditBoxWidget.renderOverlay(DrawContext context) Renders overlays that are not scrolled but part of the widget.protected voidScrollableWidget.renderOverlay(DrawContext context) Renders overlays that are not scrolled but part of the widget. -
Uses of DrawContext in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type DrawContextModifier and TypeMethodDescriptionvoidRealmsLabel.render(DrawContext context, int mouseX, int mouseY, float delta) -
Uses of DrawContext in net.minecraft.client.realms.gui
Methods in net.minecraft.client.realms.gui with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidRealmsWorldSlotButton.drawCheckmark(DrawContext context, int x, int y) private voidRealmsWorldSlotButton.drawSlotFrame(DrawContext context, int x, int y, int mouseX, int mouseY, boolean active, String slotName, int slotIndex, long imageId, @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable Text actionPrompt) protected voidRealmsLoadingWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsWorldSlotButton.renderButton(DrawContext context, int mouseX, int mouseY, float delta) -
Uses of DrawContext in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type DrawContextModifier and TypeMethodDescriptionvoidRealmsMainScreen.VisitUrlNotification.drawBorder(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) (package private) voidRealmsMainScreen.drawClose(DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsConfigureWorldScreen.drawClosed(DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsDownloadLatestWorldScreen.drawDots(DrawContext context) private voidRealmsUploadScreen.drawDots(DrawContext context) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed(DrawContext context) private voidRealmsDownloadLatestWorldScreen.drawDownloadSpeed0(DrawContext context, long bytesPerSecond) private voidRealmsMainScreen.drawEnvironmentText(DrawContext context, String text, int color) private voidRealmsConfigureWorldScreen.drawExpired(DrawContext context, int x, int y, int mouseX, int mouseY) (package private) voidRealmsMainScreen.drawExpired(DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsConfigureWorldScreen.drawExpiring(DrawContext context, int x, int y, int mouseX, int mouseY, int remainingDays) (package private) voidRealmsMainScreen.drawExpiring(DrawContext context, int x, int y, int mouseX, int mouseY, int remainingDays) (package private) voidRealmsResetWorldScreen.drawFrame(DrawContext context, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver) private voidRealmsNotificationsScreen.drawIcons(DrawContext context) private voidRealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry.drawIcons(DrawContext context, int x, int y, int mouseX, int mouseY, String link, String trailer, String recommendedPlayers) private voidRealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry.drawImage(DrawContext context, int x, int y, int mouseX, int mouseY, WorldTemplate template) private voidRealmsConfigureWorldScreen.drawOpen(DrawContext context, int x, int y, int mouseX, int mouseY) (package private) voidRealmsMainScreen.drawOpen(DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsDownloadLatestWorldScreen.drawProgressBar(DrawContext context) private voidRealmsUploadScreen.drawProgressBar(DrawContext context) private voidRealmsMainScreen.RealmSelectionListEntry.drawServerState(RealmsServer server, DrawContext context, int x, int y, int mouseX, int mouseY, int xOffset, int yOffset) private voidRealmsConfigureWorldScreen.drawServerStatus(DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsBrokenWorldScreen.drawSlotFrame(DrawContext context, int x, int y, int mouseX, int mouseY, boolean activeSlot, String slotName, int slotId, long templateId, @Nullable String templateImage, boolean empty) static voidBuyRealmsScreen.drawTrialAvailableTexture(DrawContext context, ButtonWidget button) private voidRealmsUploadScreen.drawUploadSpeed(DrawContext context) private voidRealmsUploadScreen.drawUploadSpeed0(DrawContext context, long bytesPerSecond) voidBuyRealmsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidDisconnectedRealmsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) protected abstract voidRealmsAcceptRejectButton.render(DrawContext context, int x, int y, boolean showTooltip) voidRealmsAcceptRejectButton.render(DrawContext context, int x, int y, int mouseX, int mouseY) static voidRealmsAcceptRejectButton.render(DrawContext context, List<RealmsAcceptRejectButton> buttons, RealmsObjectSelectionList<?> selectionList, int x, int y, int mouseX, int mouseY) voidRealmsBackupInfoScreen.BackupInfoListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsBackupInfoScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsBackupScreen.BackupObjectSelectionListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsBackupScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsBrokenWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsClientIncompatibleScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsConfigureWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsConfirmScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsDownloadLatestWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsGenericErrorScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsInviteScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsLongConfirmationScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsLongRunningMcoTaskScreen.render(DrawContext context, int mouseX, int mouseY, float delta) private voidRealmsMainScreen.NotificationButtonWidget.render(DrawContext context) voidRealmsMainScreen.RealmSelectionListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.private voidRealmsMainScreen.RealmSelectionListEntry.render(RealmsServer server, DrawContext context, int x, int y, int mouseX, int mouseY) voidRealmsMainScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsMainScreen.VisitButtonEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsMainScreen.VisitUrlNotification.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsNotificationsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsParentalConsentScreen.render(DrawContext context, int mouseX, int mouseY, float delta) protected voidRealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.AcceptButton.render(DrawContext context, int x, int y, boolean showTooltip) protected voidRealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.RejectButton.render(DrawContext context, int x, int y, boolean showTooltip) voidRealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsPendingInvitesScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsPlayerScreen.InvitedObjectSelectionListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsPlayerScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsResetWorldScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsSelectFileToUploadScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsSelectFileToUploadScreen.WorldListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsSelectWorldTemplateScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry.render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.voidRealmsSettingsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsSlotOptionsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsSubscriptionInfoScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsTermsScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsUploadScreen.render(DrawContext context, int mouseX, int mouseY, float delta) voidBuyRealmsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidRealmsNotificationsScreen.renderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.voidRealmsMainScreen.NotificationButtonWidget.renderButton(DrawContext context, int mouseX, int mouseY, float delta) voidRealmsResetWorldScreen.FrameButton.renderButton(DrawContext context, int mouseX, int mouseY, float delta) protected voidRealmsSelectFileToUploadScreen.WorldListEntry.renderItem(DrawContext context, int index, int x, int y) private voidRealmsSelectWorldTemplateScreen.renderMessages(DrawContext context, int x, int y, List<TextRenderingUtils.Line> messages) private voidRealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.renderPendingInvitationItem(DrawContext context, PendingInvite invite, int x, int y, int mouseX, int mouseY) private voidRealmsMainScreen.RealmSelectionListEntry.renderRealmsServerItem(RealmsServer server, DrawContext context, int x, int y, int mouseX, int mouseY) private voidRealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry.renderWorldTemplateItem(DrawContext context, WorldTemplate template, int x, int y, int mouseX, int mouseY) -
Uses of DrawContext in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util with parameters of type DrawContextModifier and TypeMethodDescriptionstatic voidRealmsUtil.drawPlayerHead(DrawContext context, int x, int y, int size, UUID playerUuid) -
Uses of DrawContext in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type DrawContextModifier and TypeMethodDescriptionprivate voidGameRenderer.renderNausea(DrawContext context, float distortionStrength) -
Uses of DrawContext in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type DrawContextModifier and TypeMethodDescriptionAdvancementToast.draw(DrawContext context, ToastManager manager, long startTime) RecipeToast.draw(DrawContext context, ToastManager manager, long startTime) SystemToast.draw(DrawContext context, ToastManager manager, long startTime) Toast.draw(DrawContext context, ToastManager manager, long startTime) voidToastManager.draw(DrawContext context) booleanToastManager.Entry.draw(int x, DrawContext context) TutorialToast.draw(DrawContext context, ToastManager manager, long startTime) voidTutorialToast.Type.drawIcon(DrawContext context, int x, int y) private voidSystemToast.drawPart(DrawContext context, int int2, int int3, int int4, int int5)