Interface NbtDataComponentValue
- All Superinterfaces:
DataComponentValue
,net.kyori.examination.Examinable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.kyori.adventure.text.event.DataComponentValue
DataComponentValue.Removed, DataComponentValue.TagSerializable
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull NbtDataComponentValue
nbtDataComponentValue
(@NotNull net.kyori.adventure.nbt.BinaryTag tag) static @NotNull NbtDataComponentValue
removed()
@Nullable net.kyori.adventure.nbt.BinaryTag
value()
Methods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine
-
Method Details
-
removed
-
nbtDataComponentValue
@NotNull static @NotNull NbtDataComponentValue nbtDataComponentValue(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag) -
value
@Nullable @Nullable net.kyori.adventure.nbt.BinaryTag value()
-