Package net.minecraft.network.chat
Class HoverEvent.EntityTooltipInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.EntityTooltipInfo
- Enclosing class:
HoverEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HoverEvent.EntityTooltipInfo> final UUIDfinal EntityType<?> -
Constructor Summary
ConstructorsConstructorDescriptionEntityTooltipInfo(EntityType<?> p_304581_, UUID p_304712_, Optional<Component> p_304973_) EntityTooltipInfo(EntityType<?> pType, UUID pId, Component pName) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static com.mojang.serialization.DataResult<HoverEvent.EntityTooltipInfo> legacyCreate(Component pName, RegistryOps<?> pOps)
-
Field Details
-
CODEC
-
type
-
id
-
name
-
linesCache
-
-
Constructor Details
-
EntityTooltipInfo
-
EntityTooltipInfo
-
-
Method Details
-
legacyCreate
public static com.mojang.serialization.DataResult<HoverEvent.EntityTooltipInfo> legacyCreate(Component pName, @Nullable RegistryOps<?> pOps) -
getTooltipLines
-
equals
-
hashCode
public int hashCode()
-