Uses of Class
net.minecraft.text.HoverEvent
Packages that use HoverEvent
-
Uses of HoverEvent in net.minecraft.entity
Methods in net.minecraft.entity that return HoverEventModifier and TypeMethodDescriptionprotected HoverEventEntity.getHoverEvent()Returns the hover event referencing this entity. -
Uses of HoverEvent in net.minecraft.text
Fields in net.minecraft.text declared as HoverEventFields in net.minecraft.text with type parameters of type HoverEventModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HoverEvent> HoverEvent.CODECMethods in net.minecraft.text that return HoverEventMethods in net.minecraft.text with parameters of type HoverEventModifier and TypeMethodDescriptionStyle.withHoverEvent(@Nullable HoverEvent hoverEvent) Returns a new style with the hover event provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type HoverEventModifierConstructorDescriptionprivateStyle(@Nullable TextColor color, @Nullable Integer integer, @Nullable Boolean bool, @Nullable Boolean bool2, @Nullable Boolean bool3, @Nullable Boolean bool4, @Nullable Boolean bool5, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String string, @Nullable Identifier identifier)