Uses of Class
net.minecraft.network.chat.HoverEvent.Action
Packages that use HoverEvent.Action
-
Uses of HoverEvent.Action in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as HoverEvent.ActionModifier and TypeFieldDescriptionprivate final HoverEvent.Action<T> HoverEvent.TypedHoverEvent.actionThe field for theactionrecord component.static final HoverEvent.Action<HoverEvent.EntityTooltipInfo> HoverEvent.Action.SHOW_ENTITYstatic final HoverEvent.Action<HoverEvent.ItemStackInfo> HoverEvent.Action.SHOW_ITEMstatic final HoverEvent.Action<Component> HoverEvent.Action.SHOW_TEXTFields in net.minecraft.network.chat with type parameters of type HoverEvent.ActionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HoverEvent.Action<?>> HoverEvent.Action.CODECstatic final com.mojang.serialization.Codec<HoverEvent.Action<?>> HoverEvent.Action.UNSAFE_CODECMethods in net.minecraft.network.chat that return HoverEvent.ActionModifier and TypeMethodDescriptionHoverEvent.TypedHoverEvent.action()Returns the value of theactionrecord component.HoverEvent.getAction()Methods in net.minecraft.network.chat that return types with arguments of type HoverEvent.ActionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<HoverEvent.Action<?>> HoverEvent.Action.filterForSerialization(HoverEvent.Action<?> p_304784_) Methods in net.minecraft.network.chat with parameters of type HoverEvent.ActionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<HoverEvent.Action<?>> HoverEvent.Action.filterForSerialization(HoverEvent.Action<?> p_304784_) <T> THoverEvent.getValue(HoverEvent.Action<T> p_130824_) Constructors in net.minecraft.network.chat with parameters of type HoverEvent.ActionModifierConstructorDescriptionHoverEvent(HoverEvent.Action<T> p_130818_, T p_130819_) (package private)TypedHoverEvent(HoverEvent.Action<T> action, T value) Creates an instance of aTypedHoverEventrecord class.