public interface NbtComponent<C extends NbtComponent<C,B>,B extends NbtComponentBuilder<C,B>> extends BuildableComponent<C,B>
| Modifier and Type | Method and Description |
|---|---|
boolean |
interpret()
Gets if we should be interpreting.
|
C |
interpret(boolean interpret)
Sets if we should be interpreting.
|
@NonNull java.lang.String |
nbtPath()
Gets the NBT path.
|
C |
nbtPath(@NonNull java.lang.String nbtPath)
Sets the NBT path.
|
toBuilderappend, append, children, children, clickEvent, clickEvent, color, color, contains, decoration, decoration, decoration, decorations, decorations, detectCycle, hasDecoration, hasStyling, hoverEvent, hoverEvent, insertion, insertion, mergeColor, mergeDecorations, mergeEvents, style, style@NonNull java.lang.String nbtPath()
C nbtPath(@NonNull java.lang.String nbtPath)
nbtPath - the NBT pathboolean interpret()
C interpret(boolean interpret)
interpret - if we should be interpreting.