Package net.minecraft.text
Class HoverEvent
java.lang.Object
net.minecraft.text.HoverEvent
- Mappings:
Namespace Name official vlintermediary net/minecraft/class_2568named net/minecraft/text/HoverEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprivate static final recordstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HoverEvent>private final HoverEvent.EventData<?> -
Constructor Summary
ConstructorsModifierConstructorDescriptionHoverEvent(HoverEvent.Action<T> action, T contents) privateHoverEvent(HoverEvent.EventData<?> data) -
Method Summary
Modifier and TypeMethodDescriptionboolean<T> TgetValue(HoverEvent.Action<T> action) inthashCode()toString()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLvl;a:Lcom/mojang/serialization/Codec;intermediary field_46601Lnet/minecraft/class_2568;field_46601:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/text/HoverEvent;CODEC:Lcom/mojang/serialization/Codec;
-
data
- Mappings:
Namespace Name Mixin selector official bLvl;b:Lvl$d;intermediary field_46602Lnet/minecraft/class_2568;field_46602:Lnet/minecraft/class_2568$class_8826;named dataLnet/minecraft/text/HoverEvent;data:Lnet/minecraft/text/HoverEvent$EventData;
-
-
Constructor Details
-
HoverEvent
- Mappings:
Namespace Name Mixin selector official <init>Lvl;<init>(Lvl$a;Ljava/lang/Object;)Vintermediary <init>Lnet/minecraft/class_2568;<init>(Lnet/minecraft/class_2568$class_5247;Ljava/lang/Object;)Vnamed <init>Lnet/minecraft/text/HoverEvent;<init>(Lnet/minecraft/text/HoverEvent$Action;Ljava/lang/Object;)V
-
HoverEvent
- Mappings:
Namespace Name Mixin selector official <init>Lvl;<init>(Lvl$d;)Vintermediary <init>Lnet/minecraft/class_2568;<init>(Lnet/minecraft/class_2568$class_8826;)Vnamed <init>Lnet/minecraft/text/HoverEvent;<init>(Lnet/minecraft/text/HoverEvent$EventData;)V
-
-
Method Details
-
getAction
- Mappings:
Namespace Name Mixin selector official aLvl;a()Lvl$a;intermediary method_10892Lnet/minecraft/class_2568;method_10892()Lnet/minecraft/class_2568$class_5247;named getActionLnet/minecraft/text/HoverEvent;getAction()Lnet/minecraft/text/HoverEvent$Action;
-
getValue
- Mappings:
Namespace Name Mixin selector official aLvl;a(Lvl$a;)Ljava/lang/Object;intermediary method_10891Lnet/minecraft/class_2568;method_10891(Lnet/minecraft/class_2568$class_5247;)Ljava/lang/Object;named getValueLnet/minecraft/text/HoverEvent;getValue(Lnet/minecraft/text/HoverEvent$Action;)Ljava/lang/Object;
-
equals
-
toString
-
hashCode
public int hashCode()
-