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 @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

    Methods inherited from interface net.kyori.examination.Examinable

    examinableName, examinableProperties, examine
  • Method Details

    • 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.
      Specified by:
      type in interface BinaryTag
      Returns:
      the tag type