Package net.minecraft.util.text.event
Class HoverEvent.EntityHover
java.lang.Object
net.minecraft.util.text.event.HoverEvent.EntityHover
- Enclosing class:
- HoverEvent
-
Field Summary
Modifier and TypeFieldDescriptionfinal UUID
private List<ITextComponent>
final ITextComponent
final EntityType<?>
-
Constructor Summary
ConstructorDescriptionEntityHover
(EntityType<?> p_i232566_1_, UUID p_i232566_2_, ITextComponent p_i232566_3_) -
Method Summary
Modifier and TypeMethodDescriptionstatic HoverEvent.EntityHover
create
(com.google.gson.JsonElement p_240682_0_) static HoverEvent.EntityHover
create
(ITextComponent p_240683_0_) boolean
int
hashCode()
com.google.gson.JsonElement
-
Field Details
-
type
-
id
-
name
-
linesCache
-
-
Constructor Details
-
EntityHover
public EntityHover(EntityType<?> p_i232566_1_, UUID p_i232566_2_, @Nullable ITextComponent p_i232566_3_)
-
-
Method Details