SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • ItemInstanceUserData
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates an instance of ItemInstanceUserData.

      Parameters

      • nbt: null | CompoundTag<unknown>

        NBT data for the item.

      • canPlaceOn: string[]

        Blocks the item can be placed on.

      • canDestroy: string[]

        Blocks the item can destroy.

      • Optionalticking: null | bigint

      Returns ItemInstanceUserData

    Properties

    canDestroy: string[]

    Blocks the item can destroy.

    canPlaceOn: string[]

    Blocks the item can be placed on.

    nbt: null | CompoundTag<unknown>

    The NBT data for the item.

    ticking?: null | bigint

    The ticking for the item.

    Methods