Interface EndBinaryTag

All Superinterfaces:
BinaryTag, BinaryTagLike, net.kyori.examination.Examinable

public interface EndBinaryTag
extends BinaryTag
An end tag.
Since:
4.0.0
  • Method Summary

    Modifier and Type Method Description
    static @NonNull EndBinaryTag get()
    Gets the end tag.
    default @NonNull BinaryTagType<EndBinaryTag> type()
    Gets the tag type.

    Methods inherited from interface net.kyori.adventure.nbt.BinaryTag

    asBinaryTag

    Methods inherited from interface net.kyori.examination.Examinable

    examinableName, examinableProperties, examine
  • Method Details