Interface BlockNBTComponent

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

public sealed interface BlockNBTComponent extends NBTComponent<BlockNBTComponent>, ScopedComponent<BlockNBTComponent>
Given an in-game position, this component reads the NBT of the associated block and displays that information.

This component consists of:

pos
a position in the world the component is being displayed in.
everything in
NBTComponent
Since:
4.0.0
See Also:
Since Minecraft:
1.14