Package net.kyori.adventure.text.event
Class HoverEvent.ShowEntity
java.lang.Object
net.kyori.adventure.text.event.HoverEvent.ShowEntity
- All Implemented Interfaces:
net.kyori.examination.Examinable
- Enclosing class:
- HoverEvent<V>
public static final class HoverEvent.ShowEntity extends Object implements net.kyori.examination.Examinable
The value of a
show_entity hover event.- Since:
- 4.0.0
-
Method Summary
Modifier and Type Method Description booleanequals(@Nullable Object other)@NotNull Stream<? extends net.kyori.examination.ExaminableProperty>examinableProperties()inthashCode()@NotNull UUIDid()Gets the id.@NotNull HoverEvent.ShowEntityid(@NotNull UUID id)Sets the id.@Nullable Componentname()Gets the name.@NotNull HoverEvent.ShowEntityname(@Nullable Component name)Sets the name.static @NotNull HoverEvent.ShowEntityof(@NotNull net.kyori.adventure.key.Keyed type, @NotNull UUID id)Creates.static @NotNull HoverEvent.ShowEntityof(@NotNull net.kyori.adventure.key.Keyed type, @NotNull UUID id, @Nullable Component name)Creates.static @NotNull HoverEvent.ShowEntityof(@NotNull net.kyori.adventure.key.Key type, @NotNull UUID id)Creates.static @NotNull HoverEvent.ShowEntityof(@NotNull net.kyori.adventure.key.Key type, @NotNull UUID id, @Nullable Component name)Creates.StringtoString()@NotNull net.kyori.adventure.key.Keytype()Gets the type.@NotNull HoverEvent.ShowEntitytype(@NotNull net.kyori.adventure.key.Key type)Sets the type.@NotNull HoverEvent.ShowEntitytype(@NotNull net.kyori.adventure.key.Keyed type)Sets the type.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.kyori.examination.Examinable
examinableName, examine
-
Method Details
-
of
@NotNull public static @NotNull HoverEvent.ShowEntity of(@NotNull @NotNull net.kyori.adventure.key.Key type, @NotNull @NotNull UUID id)Creates.- Parameters:
type- the typeid- the id- Returns:
- a
ShowEntity - Since:
- 4.0.0
-
of
@NotNull public static @NotNull HoverEvent.ShowEntity of(@NotNull @NotNull net.kyori.adventure.key.Keyed type, @NotNull @NotNull UUID id)Creates.- Parameters:
type- the typeid- the id- Returns:
- a
ShowEntity - Since:
- 4.6.0
-
of
@NotNull public static @NotNull HoverEvent.ShowEntity of(@NotNull @NotNull net.kyori.adventure.key.Key type, @NotNull @NotNull UUID id, @Nullable @Nullable Component name)Creates.- Parameters:
type- the typeid- the idname- the name- Returns:
- a
ShowEntity - Since:
- 4.0.0
-
of
@NotNull public static @NotNull HoverEvent.ShowEntity of(@NotNull @NotNull net.kyori.adventure.key.Keyed type, @NotNull @NotNull UUID id, @Nullable @Nullable Component name)Creates.- Parameters:
type- the typeid- the idname- the name- Returns:
- a
ShowEntity - Since:
- 4.6.0
-
type
@NotNull public @NotNull net.kyori.adventure.key.Key type()Gets the type.- Returns:
- the type
- Since:
- 4.0.0
-
type
@NotNull public @NotNull HoverEvent.ShowEntity type(@NotNull @NotNull net.kyori.adventure.key.Key type)Sets the type.- Parameters:
type- the type- Returns:
- a
ShowEntity - Since:
- 4.0.0
-
type
@NotNull public @NotNull HoverEvent.ShowEntity type(@NotNull @NotNull net.kyori.adventure.key.Keyed type)Sets the type.- Parameters:
type- the type- Returns:
- a
ShowEntity - Since:
- 4.6.0
-
id
Gets the id.- Returns:
- the id
- Since:
- 4.0.0
-
id
Sets the id.- Parameters:
id- the id- Returns:
- a
ShowEntity - Since:
- 4.0.0
-
name
Gets the name.- Returns:
- the name
- Since:
- 4.0.0
-
name
Sets the name.- Parameters:
name- the name- Returns:
- a
ShowEntity - Since:
- 4.0.0
-
equals
-
hashCode
public int hashCode() -
examinableProperties
@NotNull public @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()- Specified by:
examinablePropertiesin interfacenet.kyori.examination.Examinable
-
toString
-