Package net.kyori.adventure.nbt
Interface EndBinaryTag
- All Superinterfaces:
BinaryTag,BinaryTagLike,net.kyori.examination.Examinable
An end tag.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull EndBinaryTagGets the end tag.static @NotNull EndBinaryTagget()Deprecated.default @NotNull BinaryTagType<EndBinaryTag>type()Gets the tag type.Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTagMethods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine
-
Method Details
-
endBinaryTag
Gets the end tag.- Returns:
- the end tag
- Since:
- 4.14.0
-
get
Deprecated.for removal since 4.14.0, useendBinaryTag()insteadGets the end tag.- Returns:
- the end tag
- Since:
- 4.0.0
-
type
Description copied from interface:BinaryTagGets the tag type.
-
endBinaryTag()instead