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 Deprecated Methods Modifier and Type Method Description static @NotNull EndBinaryTagendBinaryTag()Gets the end tag.static @NotNull EndBinaryTagget()Deprecated.for removal since 4.14.0, useendBinaryTag()insteaddefault @NotNull BinaryTagType<EndBinaryTag>type()Gets the tag type.-
Methods inherited from interface net.kyori.adventure.nbt.BinaryTag
asBinaryTag
-
-
-
-
Method Detail
-
endBinaryTag
@NotNull static @NotNull EndBinaryTag endBinaryTag()
Gets the end tag.- Returns:
- the end tag
- Since:
- 4.14.0
-
get
@Deprecated @ScheduledForRemoval(inVersion="5.0.0") @NotNull static @NotNull EndBinaryTag get()
Deprecated.for removal since 4.14.0, useendBinaryTag()insteadGets the end tag.- Returns:
- the end tag
- Since:
- 4.0.0
-
type
@NotNull default @NotNull BinaryTagType<EndBinaryTag> type()
Description copied from interface:BinaryTagGets the tag type.
-
-