Uses of Enum Class
net.minecraft.client.gui.GuiGraphics.HoveredTextEffects
Packages that use GuiGraphics.HoveredTextEffects
-
Uses of GuiGraphics.HoveredTextEffects in net.minecraft.client.gui
Fields 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 tooltip) 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> additionalConsumer) GuiGraphics.textRendererForWidget(AbstractWidget widget, GuiGraphics.HoveredTextEffects hoveredTextEffects) Constructors in net.minecraft.client.gui with parameters of type GuiGraphics.HoveredTextEffectsModifierConstructorDescription(package private)RenderingTextCollector(ActiveTextCollector.Parameters defaultParameters, GuiGraphics.HoveredTextEffects hoveredTextEffects, @Nullable Consumer<Style> additionalConsumer)