Interface EntityNBTComponent

All Superinterfaces:
Component, ComponentBuilderApplicable, ComponentLike, HoverEventSource<Component>, NBTComponent<EntityNBTComponent>, ScopedComponent<EntityNBTComponent>, StyleGetter, StyleSetter<Component>

public sealed interface EntityNBTComponent extends NBTComponent<EntityNBTComponent>, ScopedComponent<EntityNBTComponent>
Given a Minecraft selector, this component reads the NBT of the associated entity and displays that information.

This component consists of:

selector
a Minecraft selector.(e.g @p, @r)
everything in
NBTComponent
Since:
4.0.0
See Also:
Since Minecraft:
1.14