Package net.kyori.adventure.nbt
Interface EndBinaryTag
-
- All Superinterfaces:
BinaryTag
,BinaryTagLike
,net.kyori.examination.Examinable
public interface EndBinaryTag extends BinaryTag
An end tag.- Since:
- 4.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static @NotNull EndBinaryTag
get()
Gets the end tag.default @NotNull BinaryTagType<EndBinaryTag>
type()
Gets the tag type.-
Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTag
-
-
-
-
Method Detail
-
get
@NotNull static @NotNull EndBinaryTag get()
Gets the end tag.- Returns:
- the end tag
- Since:
- 4.0.0
-
type
@NotNull default @NotNull BinaryTagType<EndBinaryTag> type()
Description copied from interface:BinaryTag
Gets the tag type.
-
-