Package net.minecraft.text
Class HoverEvent
java.lang.Object
net.minecraft.text.HoverEvent
public class HoverEvent extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHoverEvent.Action<T>static classHoverEvent.EntityContentstatic classHoverEvent.ItemStackContent -
Field Summary
-
Constructor Summary
Constructors Constructor Description HoverEvent(HoverEvent.Action<T> action, T contents) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)static HoverEventfromJson(JsonObject json)HoverEvent.Action<?>getAction()<T> TgetValue(HoverEvent.Action<T> action)inthashCode()JsonObjecttoJson()StringtoString()