Uses of Enum Class
net.minecraft.client.gui.GuiGraphics.HoveredTextEffects
Packages that use GuiGraphics.HoveredTextEffects
-
Uses of GuiGraphics.HoveredTextEffects in net.minecraft.client.gui
Subclasses with type arguments of type GuiGraphics.HoveredTextEffects in net.minecraft.client.guiFields in net.minecraft.client.gui declared as GuiGraphics.HoveredTextEffectsModifier and TypeFieldDescriptionprivate final GuiGraphics.HoveredTextEffectsGuiGraphics.RenderingTextCollector.hoveredTextEffectsMethods in net.minecraft.client.gui that return GuiGraphics.HoveredTextEffectsModifier and TypeMethodDescriptionGuiGraphics.HoveredTextEffects.notClickable(boolean canTooltip) Returns the enum constant of this class with the specified name.static GuiGraphics.HoveredTextEffects[]GuiGraphics.HoveredTextEffects.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui with parameters of type GuiGraphics.HoveredTextEffectsModifier and TypeMethodDescriptionGuiGraphics.textRenderer(GuiGraphics.HoveredTextEffects hoveredTextEffects) GuiGraphics.textRenderer(GuiGraphics.HoveredTextEffects hoveredTextEffects, @Nullable Consumer<Style> additionalHoverStyleConsumer) GuiGraphics.textRendererForWidget(AbstractWidget owner, GuiGraphics.HoveredTextEffects hoveredTextEffects) Constructors in net.minecraft.client.gui with parameters of type GuiGraphics.HoveredTextEffectsModifierConstructorDescriptionprivateRenderingTextCollector(ActiveTextCollector.Parameters initialParameters, GuiGraphics.HoveredTextEffects hoveredTextEffects, @Nullable Consumer<Style> additonalConsumer)