Package net.minecraft.text
Class ClickEvent
java.lang.Object
net.minecraft.text.ClickEvent
public class ClickEvent extends Object
- Mappings:
Namespace Name official og
intermediary net/minecraft/class_2558
named net/minecraft/text/ClickEvent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClickEvent.Action
-
Field Summary
Fields Modifier and Type Field Description private ClickEvent.Action
action
private String
value
-
Constructor Summary
Constructors Constructor Description ClickEvent(ClickEvent.Action action, String value)
-
Method Summary
-
Field Details
-
action
- Mappings:
Namespace Name Mixin selector official a
Log;a:Log$a;
intermediary field_11741
Lnet/minecraft/class_2558;field_11741:Lnet/minecraft/class_2558$class_2559;
named action
Lnet/minecraft/text/ClickEvent;action:Lnet/minecraft/text/ClickEvent$Action;
-
value
- Mappings:
Namespace Name Mixin selector official b
Log;b:Ljava/lang/String;
intermediary field_11740
Lnet/minecraft/class_2558;field_11740:Ljava/lang/String;
named value
Lnet/minecraft/text/ClickEvent;value:Ljava/lang/String;
-
-
Constructor Details
-
ClickEvent
- Mappings:
Namespace Name Mixin selector official <init>
Log;<init>(Log$a;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2558;<init>(Lnet/minecraft/class_2558$class_2559;Ljava/lang/String;)V
named <init>
Lnet/minecraft/text/ClickEvent;<init>(Lnet/minecraft/text/ClickEvent$Action;Ljava/lang/String;)V
-
-
Method Details
-
getAction
- Mappings:
Namespace Name Mixin selector official a
Log;a()Log$a;
intermediary method_10845
Lnet/minecraft/class_2558;method_10845()Lnet/minecraft/class_2558$class_2559;
named getAction
Lnet/minecraft/text/ClickEvent;getAction()Lnet/minecraft/text/ClickEvent$Action;
-
getValue
- Mappings:
Namespace Name Mixin selector official b
Log;b()Ljava/lang/String;
intermediary method_10844
Lnet/minecraft/class_2558;method_10844()Ljava/lang/String;
named getValue
Lnet/minecraft/text/ClickEvent;getValue()Ljava/lang/String;
-
equals
-
toString
-
hashCode
public int hashCode()
-