Package net.minecraft.text
Class HoverEvent
java.lang.Object
net.minecraft.text.HoverEvent
- Mappings:
Namespace Name official to
intermediary net/minecraft/class_2568
named net/minecraft/text/HoverEvent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static @Nullable HoverEvent
fromJson
(JsonObject json) <T> T
getValue
(HoverEvent.Action<T> action) int
hashCode()
toJson()
toString()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lto;a:Lorg/slf4j/Logger;
intermediary field_24341
Lnet/minecraft/class_2568;field_24341:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/text/HoverEvent;LOGGER:Lorg/slf4j/Logger;
-
action
- Mappings:
Namespace Name Mixin selector official b
Lto;b:Lto$a;
intermediary field_11756
Lnet/minecraft/class_2568;field_11756:Lnet/minecraft/class_2568$class_5247;
named action
Lnet/minecraft/text/HoverEvent;action:Lnet/minecraft/text/HoverEvent$Action;
-
contents
- Mappings:
Namespace Name Mixin selector official c
Lto;c:Ljava/lang/Object;
intermediary field_11755
Lnet/minecraft/class_2568;field_11755:Ljava/lang/Object;
named contents
Lnet/minecraft/text/HoverEvent;contents:Ljava/lang/Object;
-
-
Constructor Details
-
HoverEvent
- Mappings:
Namespace Name Mixin selector official <init>
Lto;<init>(Lto$a;Ljava/lang/Object;)V
intermediary <init>
Lnet/minecraft/class_2568;<init>(Lnet/minecraft/class_2568$class_5247;Ljava/lang/Object;)V
named <init>
Lnet/minecraft/text/HoverEvent;<init>(Lnet/minecraft/text/HoverEvent$Action;Ljava/lang/Object;)V
-
-
Method Details
-
getAction
- Mappings:
Namespace Name Mixin selector official a
Lto;a()Lto$a;
intermediary method_10892
Lnet/minecraft/class_2568;method_10892()Lnet/minecraft/class_2568$class_5247;
named getAction
Lnet/minecraft/text/HoverEvent;getAction()Lnet/minecraft/text/HoverEvent$Action;
-
getValue
- Mappings:
Namespace Name Mixin selector official a
Lto;a(Lto$a;)Ljava/lang/Object;
intermediary method_10891
Lnet/minecraft/class_2568;method_10891(Lnet/minecraft/class_2568$class_5247;)Ljava/lang/Object;
named getValue
Lnet/minecraft/text/HoverEvent;getValue(Lnet/minecraft/text/HoverEvent$Action;)Ljava/lang/Object;
-
equals
-
toString
-
hashCode
public int hashCode() -
fromJson
- Mappings:
Namespace Name Mixin selector official a
Lto;a(Lcom/google/gson/JsonObject;)Lto;
intermediary method_27664
Lnet/minecraft/class_2568;method_27664(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_2568;
named fromJson
Lnet/minecraft/text/HoverEvent;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/text/HoverEvent;
-
toJson
- Mappings:
Namespace Name Mixin selector official b
Lto;b()Lcom/google/gson/JsonObject;
intermediary method_27665
Lnet/minecraft/class_2568;method_27665()Lcom/google/gson/JsonObject;
named toJson
Lnet/minecraft/text/HoverEvent;toJson()Lcom/google/gson/JsonObject;
-