Interface TileItem

    • Method Detail

      • getId

        int getId()
        Returns:
        the ID of the item
        See Also:
        ItemID
      • getQuantity

        int getQuantity()
      • getVisibleTime

        int getVisibleTime()
        Get the time, in server ticks, when the item becomes visible to other players
        Returns:
        See Also:
        Client.getTickCount()
      • getDespawnTime

        int getDespawnTime()
        Get the time, in server ticks, when the item despawns
        Returns:
        See Also:
        Client.getTickCount()
      • getOwnership

        int getOwnership()
        Get the item ownership
        Returns:
      • isPrivate

        boolean isPrivate()
        Test whether the item is private
        Returns: