Package net.minecraft.text
Class ClickEvent
java.lang.Object
net.minecraft.text.ClickEvent
public class ClickEvent extends Object
- Mappings:
Namespace Name official ogintermediary net/minecraft/class_2558named net/minecraft/text/ClickEvent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClickEvent.Action -
Field Summary
Fields Modifier and Type Field Description private ClickEvent.Actionactionprivate Stringvalue -
Constructor Summary
Constructors Constructor Description ClickEvent(ClickEvent.Action action, String value) -
Method Summary
-
Field Details
-
action
- Mappings:
Namespace Name Mixin selector official aLog;a:Log$a;intermediary field_11741Lnet/minecraft/class_2558;field_11741:Lnet/minecraft/class_2558$class_2559;named actionLnet/minecraft/text/ClickEvent;action:Lnet/minecraft/text/ClickEvent$Action;
-
value
- Mappings:
Namespace Name Mixin selector official bLog;b:Ljava/lang/String;intermediary field_11740Lnet/minecraft/class_2558;field_11740:Ljava/lang/String;named valueLnet/minecraft/text/ClickEvent;value:Ljava/lang/String;
-
-
Constructor Details
-
ClickEvent
- Mappings:
Namespace Name Mixin selector official <init>Log;<init>(Log$a;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2558;<init>(Lnet/minecraft/class_2558$class_2559;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/text/ClickEvent;<init>(Lnet/minecraft/text/ClickEvent$Action;Ljava/lang/String;)V
-
-
Method Details
-
getAction
- Mappings:
Namespace Name Mixin selector official aLog;a()Log$a;intermediary method_10845Lnet/minecraft/class_2558;method_10845()Lnet/minecraft/class_2558$class_2559;named getActionLnet/minecraft/text/ClickEvent;getAction()Lnet/minecraft/text/ClickEvent$Action;
-
getValue
- Mappings:
Namespace Name Mixin selector official bLog;b()Ljava/lang/String;intermediary method_10844Lnet/minecraft/class_2558;method_10844()Ljava/lang/String;named getValueLnet/minecraft/text/ClickEvent;getValue()Ljava/lang/String;
-
equals
-
toString
-
hashCode
public int hashCode()
-