net.minecraft.network.chat

public class HoverEvent$EntityTooltipInfo

xc$b
net.minecraft.network.chat.HoverEvent$EntityTooltipInfo
net.minecraft.class_2568$class_5248
net.minecraft.text.HoverEvent$EntityContent

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<HoverEvent$EntityTooltipInfo>
a
CODEC
field_46607
CODEC
public final EntityType<?>
b
type
field_24351
entityType
public final UUID
c
uuid
field_24352
uuid
public final Optional<Component>
d
name
field_24353
name
private List<Component>
e
linesCache
field_24354
tooltip

Constructor summary

ModifierConstructor
public (EntityType<?> entityType, UUID uuid, Component name)
public (EntityType<?> entityType, UUID uuid, Optional<Component> name)

Method summary

Modifier and TypeMethod
public List<Component>
a()
getTooltipLines()
method_27682()
asTooltip()