Uses of Enum Class
net.minecraft.client.gui.DrawContext.HoverType
Packages that use DrawContext.HoverType
-
Uses of DrawContext.HoverType in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as DrawContext.HoverTypeModifier and TypeFieldDescriptionprivate final DrawContext.HoverTypeDrawContext.TextConsumerImpl.hoverTypeMethods in net.minecraft.client.gui that return DrawContext.HoverTypeModifier and TypeMethodDescriptionstatic DrawContext.HoverTypeDrawContext.HoverType.fromTooltip(boolean tooltip) static DrawContext.HoverTypeReturns the enum constant of this class with the specified name.static DrawContext.HoverType[]DrawContext.HoverType.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 DrawContext.HoverTypeModifier and TypeMethodDescriptionDrawContext.getHoverListener(ClickableWidget widget, DrawContext.HoverType hoverType) DrawContext.getTextConsumer(DrawContext.HoverType hoverType) DrawContext.getTextConsumer(DrawContext.HoverType hoverType, @Nullable Consumer<Style> styleCallback) Constructors in net.minecraft.client.gui with parameters of type DrawContext.HoverTypeModifierConstructorDescription(package private)TextConsumerImpl(TextConsumer.Transformation transformation, DrawContext.HoverType hoverType, @Nullable Consumer<Style> styleCallback)