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<?> type, UUID id, Optional<Component> name) EntityTooltipInfo(EntityType<?> type, UUID id, Component name) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static com.mojang.serialization.DataResult<HoverEvent.EntityTooltipInfo> legacyCreate(Component name, RegistryOps<?> ops)
-
Field Details
-
CODEC
-
type
-
id
-
name
-
linesCache
-
-
Constructor Details
-
EntityTooltipInfo
-
EntityTooltipInfo
-
-
Method Details
-
legacyCreate
public static com.mojang.serialization.DataResult<HoverEvent.EntityTooltipInfo> legacyCreate(Component name, @Nullable RegistryOps<?> ops) -
getTooltipLines
-
equals
-
hashCode
public int hashCode()
-