Uses of Interface
net.minecraft.network.chat.HoverEvent
Packages that use HoverEvent
-
Uses of HoverEvent in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement HoverEventModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordFields in net.minecraft.network.chat declared as HoverEventFields in net.minecraft.network.chat with type parameters of type HoverEventModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<? extends HoverEvent> HoverEvent.Action.codecstatic final com.mojang.serialization.Codec<HoverEvent> HoverEvent.CODECMethods in net.minecraft.network.chat that return HoverEventMethods in net.minecraft.network.chat with parameters of type HoverEventConstructors in net.minecraft.network.chat with parameters of type HoverEventModifierConstructorDescriptionprivateStyle(@Nullable TextColor color, @Nullable Integer shadowColor, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable FontDescription font) Constructor parameters in net.minecraft.network.chat with type arguments of type HoverEventModifierConstructorDescriptionprivateAction(String name, boolean allowFromServer, com.mojang.serialization.MapCodec<? extends HoverEvent> codec) -
Uses of HoverEvent in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return HoverEvent