SerenityJS
    Preparing search index...

    Class BaseTagAbstract

    Hierarchy

    • DataType
      • BaseTag

    Implemented by

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Default constructor for DataType.

      Parameters

      • ..._: unknown[]

      Returns BaseTag

    Properties

    name: null | string = null

    The name of the nbt tag.

    type: TagType

    The nbt tag type of the data type.

    Methods

    • Write the nbt tag to the stream.

      Parameters

      • _stream: BinaryStream
      • _value: BaseTag
      • Optional_options: ReadWriteOptions

      Returns void