public class HoverEvent
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
HoverEvent.Action |
| コンストラクタと説明 |
|---|
HoverEvent(HoverEvent.Action actionIn,
ITextComponent valueIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
HoverEvent.Action |
getAction()
Gets the action to perform when this event is raised.
|
ITextComponent |
getValue()
Gets the value to perform the action on when this event is raised.
|
int |
hashCode() |
java.lang.String |
toString() |
public HoverEvent(HoverEvent.Action actionIn, ITextComponent valueIn)
public HoverEvent.Action getAction()
public ITextComponent getValue()
public boolean equals(java.lang.Object p_equals_1_)
equals クラス内 java.lang.Objectpublic java.lang.String toString()
toString クラス内 java.lang.Objectpublic int hashCode()
hashCode クラス内 java.lang.Object