McTextHoverEvent
class McTextHoverEvent
Represents a Minecraft text hover event.
This class defines actions that can be performed when a player hovers over a text component. It specifies the action to take and the associated value, such as displaying text information when hovered.
Parameters
action
The type of action to perform when the text is hovered.
value
The value associated with the action, which can be text information or other data.